report user errors (to replace them with better logging)
This commit is contained in:
		| @@ -145,7 +145,7 @@ class ErrorHandler { | ||||
| 		$logMessage = $message . PHP_EOL . 'File&Line: ' . $fileLine . PHP_EOL . 'Trace: ' . $traceString; | ||||
| 		logMessage($logMessage); | ||||
|  | ||||
| 		if ($this->reportErrors && !$userError) { | ||||
| 		if ($this->reportErrors) { | ||||
| 			$error                    = array(); | ||||
| 			$error['Type']            = 'Error'; | ||||
| 			$error['Message']         = $message; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user