Initial work on #448: unified user-set interface
[platal.git] / classes / platalpage.php
index b0a561b..e2011dd 100644 (file)
@@ -136,7 +136,7 @@ class PlatalPage extends Smarty
         }
 
         $this->assign('validate', true);
-        error_reporting(0);
+        #error_reporting(0);
         $result = $this->fetch($skin);
         $ttime  = sprintf('Temps total: %.02fs - Mémoire totale : %dKo<br />', microtime(true) - $TIME_BEGIN
                                                                                 , memory_get_peak_usage(true) / 1024);