alecpl
2012-03-02 c6a9cd679970c61e097bfc6d73ca861cdc985fe3
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;
        }