diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index a4a40c81110..31ebd8b6535 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;