Skip to content

Commit

Permalink
fixed typo in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
BLU42 Media committed Jul 2, 2012
1 parent f1deebe commit 01a61f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controller/TranslatableCMSMainExtension.php
Expand Up @@ -43,7 +43,7 @@ function updateEditForm(&$form) {
}
}

function updatePageOption(&$fields) {
function updatePageOptions(&$fields) {
$fields->push(new HiddenField("Locale", 'Locale', Translatable::get_current_locale()));
}

Expand Down

0 comments on commit 01a61f4

Please sign in to comment.