From 0c5eb748056ebe10f41e86ea1317f18799ac5ad9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 30 Oct 2014 15:33:00 +0000 Subject: [PATCH] Revert the not wanted commit r49258 --- json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.php b/json.php index a656cd118d..28736362dd 100644 --- a/json.php +++ b/json.php @@ -64,7 +64,7 @@ function ajax_exception_handler(Exception $e) } // set our own exception handler, to not get the html from eGW's default one -//set_exception_handler('ajax_exception_handler'); +set_exception_handler('ajax_exception_handler'); if (isset($_GET['menuaction'])) {