summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 6a6d8f4..be11b34 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -74,7 +74,7 @@ include("fbegin.inc");
}
if($config['installedpackages']['package'] != "") {
foreach($config['installedpackages']['package'] as $instpkg) $instpkgs[] = $instpkg['name'];
- a_sort($instpkgs);
+ asort($instpkgs);
foreach ($instpkgs as $index => $pkgname){
if(!is_string($pkgname)) {
echo "<tr><td colspan=\"3\"><center>There are currently no packages installed.</td></tr>";
OpenPOWER on IntegriCloud