alecpl
2012-03-04 66d2152ab57b1267552c75243919945b1ffc49bb
program/include/rcube_charset.php
@@ -78,7 +78,7 @@
     * @param  int    Level of the error
     * @param  string Error message
     */
    public function error_handler($errno, $errstr)
    public static function error_handler($errno, $errstr)
    {
        throw new ErrorException($errstr, 0, $errno);
    }