diff --git a/setup/config.php b/setup/config.php index fc53a5c7a0..29e3255de6 100644 --- a/setup/config.php +++ b/setup/config.php @@ -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']; }