MDL-14924 fixed typo - thanks Eloy

This commit is contained in:
skodak
2009-02-07 11:49:56 +00:00
parent 3b09331066
commit fa53493e48
+1 -1
View File
@@ -45,7 +45,7 @@ $config->lang = $lang;
if (!empty($_POST)) {
if (install_ini_get_bool('magic_quotes_gpc')) {
$_POST = array_map($_POST, 'stripslashes');
$_POST = array_map('stripslashes', $_POST);
}
$config->stage = (int)$_POST['stage'];