]> granicus.if.org Git - php/commitdiff
- Fix bug #24512
authorPierre Joye <pajoye@php.net>
Sun, 6 Jul 2003 14:17:58 +0000 (14:17 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 6 Jul 2003 14:17:58 +0000 (14:17 +0000)
pear/PEAR/Command/Registry.php

index a4a40c81110d8d7275a76c9575c37ad4a02b31e3..31ebd8b65353061020b1df1ebd34e96560cc3999 100644 (file)
@@ -291,6 +291,7 @@ installed package.'
                         } else {
                             $pstr = '';
                         }
+                        $i = 0;
                         foreach ($info[$key] as $p) {
                             if ($debug < 2 && $p['type'] != "class") {
                                 continue;