summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-20 18:03:09 -0200
committerRenato Botelho <renato@netgate.com>2015-10-20 18:03:09 -0200
commitc47e78f70d49ba694eb0b452a0bcdc9b12d8a626 (patch)
tree209d4157ca333e0ba6e5bcb144b826f4128d7ffe /src/usr/local/www/pkg_mgr_installed.php
parent05666b7728575b94d79c8675ac049a5af7e66cf2 (diff)
downloadpfsense-c47e78f70d49ba694eb0b452a0bcdc9b12d8a626.zip
pfsense-c47e78f70d49ba694eb0b452a0bcdc9b12d8a626.tar.gz
Fix show categories
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 1b1514a..46a89a7 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -174,7 +174,7 @@ if(empty($installed_packages)):?>
<?=$shortname?>
</td>
<td>
- <?=$pkg['category']?>
+ <?=implode(" ", $pkg['categories'])?>
</td>
<td>
<?php if (!$g['disablepackagehistory']):?>
OpenPOWER on IntegriCloud