tbrehm
2012-11-06 c7f0b83c0da6f807f5859d5d666c1dfd009019b9
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;
    }
}