hide featured app category in the app category widget

This commit is contained in:
Mario Vavti
2017-01-31 12:53:33 +01:00
parent e1b54b6843
commit a6cbebe03c
3 changed files with 4 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ EOT;
if(local_channel()) {
//Zlib\Apps::import_system_apps();
$syslist = array();
$list = Zlib\Apps::app_list(local_channel(), false, 'featured');
$list = Zlib\Apps::app_list(local_channel(), false, 'nav_featured_app');
if($list) {
foreach($list as $li) {
$syslist[] = Zlib\Apps::app_encode($li);