summaryrefslogtreecommitdiff
path: root/pear/PEAR/Command
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2003-07-06 14:17:58 +0000
committerPierre Joye <pajoye@php.net>2003-07-06 14:17:58 +0000
commitc8a14f4ad161784130c0b5120afd1da4069efc9e (patch)
tree9eecc4c1b1871b5d954f55c4a951759d747e8570 /pear/PEAR/Command
parent1688895f6b68bd7c4930004bd0efb54f6dee6308 (diff)
downloadphp-git-c8a14f4ad161784130c0b5120afd1da4069efc9e.tar.gz
- Fix bug #24512
Diffstat (limited to 'pear/PEAR/Command')
-rw-r--r--pear/PEAR/Command/Registry.php1
1 files changed, 1 insertions, 0 deletions
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;