diff --git a/core/install/resources/classes/install.php b/core/install/resources/classes/install.php index a41c7c37d4..7b4e8ef8cd 100644 --- a/core/install/resources/classes/install.php +++ b/core/install/resources/classes/install.php @@ -131,7 +131,7 @@ if (!class_exists('install')) { $conf .= "xml_handler.number_as_presence_id = true\n"; $conf .= "\n"; $conf .= "#error reporting options: user,dev,all\n"; - $conf .= "error.reporting = 'user'\n"; + $conf .= "error.reporting = user\n"; //write the config file $file_handle = fopen($config_file,"w");