mirror of
https://github.com/php/php-src.git
synced 2026-04-08 16:43:44 +02:00
* typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user