summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_test/tests/inc/tarlib.test.php0
-rw-r--r--inc/TarLib.class.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/tarlib.test.php b/_test/tests/inc/tarlib.test.php
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/_test/tests/inc/tarlib.test.php
diff --git a/inc/TarLib.class.php b/inc/TarLib.class.php
index 126604cd1..ce27409fd 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;
}