diff options
author | Tomas V.V.Cox <cox@php.net> | 2002-05-20 01:17:09 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2002-05-20 01:17:09 +0000 |
commit | 3716f28350cefbaf5055bf9b825fe59e7d8ef3c5 (patch) | |
tree | 671aa28fcedb91218364ba46829a537887c52ee2 | |
parent | c6873da40164d9bdbeaf8f441cd5c3f7ce95d817 (diff) | |
download | php-git-3716f28350cefbaf5055bf9b825fe59e7d8ef3c5.tar.gz |
Fix small bug making the baseinstalldir attrib persist
-rw-r--r-- | pear/PEAR/Common.php | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |