diff options
author | Tomas V.V.Cox <cox@php.net> | 2001-10-10 18:42:23 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2001-10-10 18:42:23 +0000 |
commit | 692d30b7bea6d39b30aa3abd0f0bc30d4de6f6a1 (patch) | |
tree | 13c1520921293567902c7bffcb227b94fb34caa6 | |
parent | aa9098cd4685e8516711b0152b45248540f1c9aa (diff) | |
download | php-git-692d30b7bea6d39b30aa3abd0f0bc30d4de6f6a1.tar.gz |
fix a problem with the propagation of baseinstalldir and role
-rw-r--r-- | pear/PEAR/Common.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 = ''; |