diff options
-rw-r--r-- | include/contact_widgets.php | 1 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 758b7291b..bccf8b4ae 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -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), diff --git a/version.inc b/version.inc index ac8053138..01b823681 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-07-26.748 +2014-07-27.749 |