tbrehm
2013-02-06 a99daa0a9a55fe1c1f64bebc9e49bd4ab26325cd
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(