From c8a14f4ad161784130c0b5120afd1da4069efc9e Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 6 Jul 2003 14:17:58 +0000 Subject: [PATCH] - Fix bug #24512 --- pear/PEAR/Command/Registry.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.1