HTML/FlexyFramework/Page.php
authorbenny cheung <benny@roojs.com>
Tue, 3 Jul 2018 08:26:13 +0000 (16:26 +0800)
committerbenny cheung <benny@roojs.com>
Tue, 3 Jul 2018 08:26:13 +0000 (16:26 +0800)
HTML/FlexyFramework/Page.php

index f28aa4c..eed7f99 100644 (file)
@@ -31,11 +31,6 @@ require_once 'HTML/Template/Flexy/Factory.php' ;
 *
 *
 */
-if (PHP_MAJOR_VERSION >= 7) {
-    set_error_handler(function ($errno, $errstr) {
-       return strpos($errstr, 'Declaration of') === 0;
-    }, E_WARNING);
-}
 
 
 class HTML_FlexyFramework_Page  {