hellkat
2013-03-26 cc65688b3da3e16729a1f73dd50fd975bd1ff741
interface/lib/classes/tpl_error.inc.php
@@ -31,7 +31,7 @@
|     DO NOT TOUCH ANYTHING IN THIS CLASS IT MAY NOT WORK OTHERWISE            |
\-----------------------------------------------------------------------------*/
    function raiseError ($code, $level = null, $extra=null) {
    public static function raiseError ($code, $level = null, $extra=null) {
        if (!($level & error_reporting())&& $level != KILL) return; // binary AND checks for reporting level
        $error_codes = array(