thomascube
2011-10-19 b03854de3a36a322bf98c733ed9b75d996694e38
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;
        }