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

@@ -456,6 +456,7 @@ function widget_appcategories($arr) {
where app_channel = %d
and term.uid = app_channel
and term.otype = %d
and term.term != 'nav_featured_app'
order by term.term asc",
intval(local_channel()),
intval(TERM_OBJ_APP)