restrict categories list to items that aren't deleted

This commit is contained in:
friendica 2014-07-27 13:44:12 -07:00
parent 3d7d6ec21f
commit 73a0d8b5a7
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ function categories_widget($baseurl,$selected = '') {
and term.uid = item.uid
and term.type = %d
and item.author_xchan = '%s'
and item.restrict = 0
order by term.term asc",
intval($a->profile['profile_uid']),
intval(TERM_CATEGORY),

View File

@ -1 +1 @@
2014-07-26.748
2014-07-27.749