]> granicus.if.org Git - php/commitdiff
* call the right parent constructor
authorStig Bakken <ssb@php.net>
Mon, 29 Apr 2002 06:29:07 +0000 (06:29 +0000)
committerStig Bakken <ssb@php.net>
Mon, 29 Apr 2002 06:29:07 +0000 (06:29 +0000)
pear/PEAR/Packager.php

index 705b6008d30a4b848c182d5b0cd85a65d0af27d0..5e7c0bafb100a57e8ba86aa038e36f4e00696864 100644 (file)
@@ -43,7 +43,7 @@ class PEAR_Packager extends PEAR_Common
 
     function PEAR_Packager()
     {
-        $this->PEAR();
+        $this->PEAR_Common();
     }
 
     // }}}