Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
program/lib/PEAR.php
@@ -263,7 +263,7 @@
     * @access  public
     * @return  bool    true if parameter is an error
     */
    function isError($data, $code = null)
    static function isError($data, $code = null)
    {
        if (!is_object($data) || !is_a($data, 'PEAR_Error')) {
            return false;