From: Stig Bakken Date: Mon, 29 Oct 2001 07:21:08 +0000 (+0000) Subject: * typo X-Git-Tag: ChangeLog~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc9fc4155ea4ce7137b94edc8851422fce191dac;p=php * typo --- diff --git a/pear/PEAR/Registry.php b/pear/PEAR/Registry.php index 0ade71338f..519f3ba340 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; }