summarylogtreecommitdiffstats
path: root/php-errors.patch
blob: a94dd5d9085f0060e153c2434e11bd98244525d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- airtime_mvc/application/airtime-boot.php	2016-11-21 23:40:32.598222544 +0100
+++ airtime_mvc/application/airtime-boot.php	2016-11-21 23:40:27.872299612 +0100
@@ -16,7 +16,7 @@
     //Check if the statement that threw this error wanted its errors to be
     //suppressed. If so then return without with throwing exception.
     if (0 === error_reporting()) return;
-    throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
+    //throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
     return false;
 }