tbrehm
2013-02-21 dcf6c1791dbb8594b99e895919c4ffdee461f92d
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(