fixed bug caused by new language system
This commit is contained in:
parent
03b1f5f232
commit
874cf16d29
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ sub classSettings {
|
||||||
metaTags => { quote => 1 },
|
metaTags => { quote => 1 },
|
||||||
urlizedTitle => { quote => 1 },
|
urlizedTitle => { quote => 1 },
|
||||||
redirectURL => { quote => 1 },
|
redirectURL => { quote => 1 },
|
||||||
languageId => { defaultValue => 1 },
|
languageId => { defaultValue => "English", quote=>1 },
|
||||||
defaultMetaTags => { defaultValue => 0 },
|
defaultMetaTags => { defaultValue => 0 },
|
||||||
templateId => { defaultValue => 1 },
|
templateId => { defaultValue => 1 },
|
||||||
menuTitle => { quote => 1 },
|
menuTitle => { quote => 1 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue