Merge pull request #32 from blu42media/patch-1

fixed typo in function call
This commit is contained in:
Ingo Schommer 2012-07-04 08:41:54 -07:00
commit 319a7faeac

View File

@ -43,7 +43,7 @@ class TranslatableCMSMainExtension extends Extension {
} }
} }
function updatePageOption(&$fields) { function updatePageOptions(&$fields) {
$fields->push(new HiddenField("Locale", 'Locale', Translatable::get_current_locale())); $fields->push(new HiddenField("Locale", 'Locale', Translatable::get_current_locale()));
} }