]> granicus.if.org Git - php/commitdiff
* typo
authorStig Bakken <ssb@php.net>
Mon, 29 Oct 2001 07:21:08 +0000 (07:21 +0000)
committerStig Bakken <ssb@php.net>
Mon, 29 Oct 2001 07:21:08 +0000 (07:21 +0000)
pear/PEAR/Registry.php

index 0ade71338f01cf81372c07798910ad4406c4a74d..519f3ba340fef02d22ed44731b9b02658fcb8569 100644 (file)
@@ -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;
     }