From d922c55256c59ee6ee332a4db8740a01e559dcee Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 3 Nov 2012 09:36:29 +0100 Subject: fix use of constructor in TarLib --- inc/TarLib.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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; } -- cgit v1.2.3