thomascube
2011-09-28 63d6e6dfc35e6d82c4a64f37c408794c163becd4
program/lib/PEAR.php
@@ -265,7 +265,7 @@
     */
    function isError($data, $code = null)
    {
        if (!is_a($data, 'PEAR_Error')) {
        if (!is_object($data) || !is_a($data, 'PEAR_Error')) {
            return false;
        }