From 4e58a3831743cd4c2a92521b35c8624bc6837416 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 3 Apr 2020 15:21:31 -0400 Subject: [PATCH] use ini_set(display_errors,0) instead of turning off errors entirely so that we still log errors, just not output them instead of json. --- web/ajax/event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/ajax/event.php b/web/ajax/event.php index 9c2e57c2c..fb9000cc6 100644 --- a/web/ajax/event.php +++ b/web/ajax/event.php @@ -1,5 +1,5 @@