mcramer
2012-09-21 b0191fc04e7ea04d08a42e67c184c9be704ec12a
interface/lib/classes/importer.inc.php
@@ -41,7 +41,10 @@
    }
    
    public function getFault() {
        return $this->faultMessage . ' (' . $this->faultText . ')';
        $ret = $this->faultMessage . ' (' . $this->faultText . ')';
        $this->faultMessage = null;
        $this->faultText = null;
        return $ret;
    }
}