From: Tomas V.V.Cox Date: Wed, 10 Oct 2001 18:42:23 +0000 (+0000) Subject: fix a problem with the propagation of baseinstalldir and role X-Git-Tag: PRE_PARAMETER_PARSING_API~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=692d30b7bea6d39b30aa3abd0f0bc30d4de6f6a1;p=php fix a problem with the propagation of baseinstalldir and role --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 6f2385c8e0..b0c5b51448 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -199,8 +199,6 @@ class PEAR_Common extends PEAR switch ($name) { case 'DIR': array_pop($this->dir_names); - unset($this->dir_install); - unset($this->dir_role); break; case 'FILE': $path = '';