From 692d30b7bea6d39b30aa3abd0f0bc30d4de6f6a1 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Wed, 10 Oct 2001 18:42:23 +0000 Subject: [PATCH] fix a problem with the propagation of baseinstalldir and role --- pear/PEAR/Common.php | 2 -- 1 file changed, 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 = ''; -- 2.50.1