summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Installer.php4
1 files changed, 3 insertions, 1 deletions
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;