]> granicus.if.org Git - php/commitdiff
Fix small bug making the baseinstalldir attrib persist
authorTomas V.V.Cox <cox@php.net>
Mon, 20 May 2002 01:17:09 +0000 (01:17 +0000)
committerTomas V.V.Cox <cox@php.net>
Mon, 20 May 2002 01:17:09 +0000 (01:17 +0000)
pear/PEAR/Common.php

index 67206461783d9a589c3baa4eb308ae0e264ac086..0fcb53968cf4750ca0ac3e2281dfc3d4800051ed 100644 (file)
@@ -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();