summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-01-12 18:06:14 +0100
committerM0Rf302017-01-12 18:06:14 +0100
commit97c021f11773e71a99f0d53c5a3527b99de56853 (patch)
treec3f7deefe61dff437644f6c6d1170d224ef58ebc
parent4bd89794becfec833bb98bc722a788163b80ed62 (diff)
downloadaur-97c021f11773e71a99f0d53c5a3527b99de56853.tar.gz
forked
-rw-r--r--php-errors.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/php-errors.patch b/php-errors.patch
deleted file mode 100644
index a94dd5d9085f..000000000000
--- a/php-errors.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }
-