From 76b3a1ae71d576f9817b89713429c24d377b6a35 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 21 Jan 2013 17:08:06 +0100 Subject: [PATCH] Update include/serendipity_smarty_class.inc.php re-added prev removed disabled config switch --- include/serendipity_smarty_class.inc.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/serendipity_smarty_class.inc.php b/include/serendipity_smarty_class.inc.php index 75697ac7..48b21060 100644 --- a/include/serendipity_smarty_class.inc.php +++ b/include/serendipity_smarty_class.inc.php @@ -1,4 +1,5 @@ -error_reporting = E_ALL & ~(E_NOTICE|E_STRICT); - } + // we use our own error_handler and get in conflicts with smarty? + // $this->muteExpectedErrors(); + } /* Note: Ian