From 7d5e529b55f66b1ce66e5fba11a8d2f0c854530b Mon Sep 17 00:00:00 2001 From: James Cox Date: Sat, 23 Mar 2002 05:29:09 +0000 Subject: "reverting" to 1.39 as per Tomas Cox's wishes. --- pear/PEAR/Installer.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pear/PEAR/Installer.php') diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index e24688d15e..0e9dbdaf19 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -68,7 +68,9 @@ class PEAR_Installer extends PEAR_Common // {{{ constructor - function PEAR_Installer(&$config) + function PEAR_Installer($phpdir = PEAR_INSTALL_DIR, + $extdir = PEAR_EXTENSION_DIR, + $docdir = null) { $this->PEAR(); $this->phpdir = $phpdir; -- cgit v1.2.1