From: Pierre Joye Date: Sun, 6 Jul 2003 14:17:58 +0000 (+0000) Subject: - Fix bug #24512 X-Git-Tag: BEFORE_ARG_INFO~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8a14f4ad161784130c0b5120afd1da4069efc9e;p=php - Fix bug #24512 --- diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index a4a40c8111..31ebd8b653 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -291,6 +291,7 @@ installed package.' } else { $pstr = ''; } + $i = 0; foreach ($info[$key] as $p) { if ($debug < 2 && $p['type'] != "class") { continue;