mcramer
2012-11-27 7990f8881b085279269d35cf9dd2787b88ae1c08
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;
    }
}