summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/pkg_mgr.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index e271bba..9eab26c 100644
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -151,6 +151,7 @@ include("head.inc");
foreach($pkg_keys as $key) {
$categories[$pkg_info[$key]['category']]++;
}
+ }
ksort($categories);
$cm_count=0;
$tab_array = array();
OpenPOWER on IntegriCloud