fixed typo in function call

This commit is contained in:
BLU42 Media 2012-07-02 16:03:36 -07:00
parent f1deebe975
commit 01a61f48a4

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()));
} }