From: Tomas V.V.Cox Date: Mon, 20 May 2002 01:17:09 +0000 (+0000) Subject: Fix small bug making the baseinstalldir attrib persist X-Git-Tag: RELEASE_0_4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3716f28350cefbaf5055bf9b825fe59e7d8ef3c5;p=php Fix small bug making the baseinstalldir attrib persist --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 6720646178..0fcb53968c 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -721,6 +721,7 @@ class PEAR_Common extends PEAR $this->pkginfo = array(); $this->current_element = false; $this->destdir = ''; + unset($this->dir_install); $this->pkginfo['filelist'] = array(); $this->filelist =& $this->pkginfo['filelist']; $this->dir_names = array();