Bugfixes postinst script
This commit is contained in:
parent
1723a40516
commit
bad410f1fe
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue