diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-31 12:53:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-31 12:53:33 +0100 |
commit | a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a (patch) | |
tree | 4b21a3037de9774c07a43898f97f1913eeb03d74 /include/widgets.php | |
parent | e1b54b684383557159cc25839637c35329fce3cd (diff) | |
download | volse-hubzilla-a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a.tar.gz volse-hubzilla-a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a.tar.bz2 volse-hubzilla-a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a.zip |
hide featured app category in the app category widget
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index 27eae7d6f..408ba5d24 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -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) |