thomascube
2012-02-15 b8e6ba1908a9d2e9c5f22f8c4cc532d06e685ed0
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;
        }