mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Merge pull request #32 from blu42media/patch-1
fixed typo in function call
This commit is contained in:
commit
319a7faeac
@ -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…
Reference in New Issue
Block a user