forked from extern/egroupware
Merge pull request #66 from asig2016/master_fix3
Fixed, PHP message: PHP Warning: Use of undefined constant __LINES__ …
This commit is contained in:
commit
deef5d52fa
@ -103,7 +103,7 @@ if($GLOBALS['error'] && is_array($newsettings))
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach($GLOBALS['egw_setup']->db->select($GLOBALS['egw_setup']->config_table,'*',false,__LINES__,__FILE__) as $row)
|
||||
foreach($GLOBALS['egw_setup']->db->select($GLOBALS['egw_setup']->config_table,'*',false,__LINE__,__FILE__) as $row)
|
||||
{
|
||||
$GLOBALS['current_config'][$row['config_name']] = $row['config_value'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user