forked from extern/egroupware
fix PHP Warning: Use of undefined constant __FILES__
This commit is contained in:
parent
781700ea6d
commit
23ceb00380
@ -103,7 +103,7 @@ if($GLOBALS['error'] && is_array($newsettings))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
foreach($GLOBALS['egw_setup']->db->select($GLOBALS['egw_setup']->config_table,'*',false,__LINES__,__FILES__) as $row)
|
foreach($GLOBALS['egw_setup']->db->select($GLOBALS['egw_setup']->config_table,'*',false,__LINES__,__FILE__) as $row)
|
||||||
{
|
{
|
||||||
$GLOBALS['current_config'][$row['config_name']] = $row['config_value'];
|
$GLOBALS['current_config'][$row['config_name']] = $row['config_value'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user