mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
fixed typo in function call
This commit is contained in:
parent
f1deebe975
commit
01a61f48a4
@ -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()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user