diff options
Diffstat (limited to '3rdparty/PEAR/Common.php')
-rw-r--r-- | 3rdparty/PEAR/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/PEAR/Common.php b/3rdparty/PEAR/Common.php index 3a8c7e80d33..83f2de742ac 100644 --- a/3rdparty/PEAR/Common.php +++ b/3rdparty/PEAR/Common.php @@ -168,7 +168,7 @@ class PEAR_Common extends PEAR function PEAR_Common() { parent::PEAR(); - $this->config = &PEAR_Config::singleton(); + $this->config = PEAR_Config::singleton(); $this->debug = $this->config->get('verbose'); } |