Bugfixes postinst script

This commit is contained in:
Steven Mondji-Lerider 2012-08-19 21:05:11 +00:00
parent 1723a40516
commit bad410f1fe
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ function getFields($fields, $requestOnly = false) {
} }
} }
// Insert into $GLOBALS. FIXME : Use stripslashes if the magic_quotes_gpc is ON ! // Insert into $GLOBALS.
foreach ($vars AS $var => $value) foreach ($vars AS $var => $value)
$GLOBALS[$var] = $value; $GLOBALS[$var] = $value;