소스 검색

Removed quotes

The quotes are optional and looks a little nicer so they have been removed.
FusionPBX 2 년 전
부모
커밋
d8a84f39d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");