Explorar o código

Removed quotes

The quotes are optional and looks a little nicer so they have been removed.
FusionPBX %!s(int64=2) %!d(string=hai) anos
pai
achega
d8a84f39d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/install/resources/classes/install.php

+ 1 - 1
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");