From dc9fc4155ea4ce7137b94edc8851422fce191dac Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 29 Oct 2001 07:21:08 +0000 Subject: [PATCH] * typo --- pear/PEAR/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Registry.php b/pear/PEAR/Registry.php index 0ade71338f0..519f3ba340f 100644 --- a/pear/PEAR/Registry.php +++ b/pear/PEAR/Registry.php @@ -149,7 +149,7 @@ class PEAR_Registry if ($ent{0} == "." || substr($ent, -4) != ".inf") { continue; } - $pkglist[] = substr($entry, 0, -4); + $pkglist[] = substr($ent, 0, -4); } return $pkglist; }