forked from extern/egroupware
Fix for case-sensitive variable name
This commit is contained in:
parent
3cb410fcbf
commit
07b6cc1297
@ -219,7 +219,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$code = '$v=' . $GLOBALS['_xh'][$parser]['st'] . '; $allOK=1;';
|
||||
$code = '$v=' . $GLOBALS['_xh'][$parser]['st'] . '; $allok=1;';
|
||||
$code = str_replace(',,',",'',",$code);
|
||||
$allok = 0;
|
||||
@eval($code);
|
||||
|
Loading…
Reference in New Issue
Block a user