diff --git a/_test/tests/inc/tarlib.test.php b/_test/tests/inc/tarlib.test.php
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/inc/TarLib.class.php b/inc/TarLib.class.php
index 126604cd1c6c39f7e8d20bcb037ee4bc3bb619eb..ce27409fdb81f38f391875b7952cc44e03396516 100644
--- a/inc/TarLib.class.php
+++ b/inc/TarLib.class.php
@@ -164,7 +164,7 @@ class TarLib {
      */
     function setArchive($p_name='', $p_comp = TarLib::COMPRESS_AUTO, $p_level=9) {
         $this->_CompTar();
-        $this->TarLib($p_name, $p_comp, $p_level);
+        $this->__construct($p_name, $p_comp, $p_level);
         return $this->_result;
     }