From 3716f28350cefbaf5055bf9b825fe59e7d8ef3c5 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Mon, 20 May 2002 01:17:09 +0000 Subject: [PATCH] Fix small bug making the baseinstalldir attrib persist --- pear/PEAR/Common.php | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.50.1