diff options
-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(); |