aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-06 17:38:34 -0700
committerzotlabs <mike@macgirvin.com>2017-06-06 17:38:34 -0700
commite917b949292fc83edb22d955251f8887544b772a (patch)
treeccd0503788fca5a24958fbfcfd4287a55e52b3e3 /Zotlabs
parent83f8f8ebb8bc7e6cbbc3b71f664706e30dfe6c1c (diff)
downloadvolse-hubzilla-e917b949292fc83edb22d955251f8887544b772a.tar.gz
volse-hubzilla-e917b949292fc83edb22d955251f8887544b772a.tar.bz2
volse-hubzilla-e917b949292fc83edb22d955251f8887544b772a.zip
hubzilla issue #810
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Channel.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php
index 61df35a60..98a1e6c88 100644
--- a/Zotlabs/Module/Channel.php
+++ b/Zotlabs/Module/Channel.php
@@ -217,10 +217,10 @@ class Channel extends \Zotlabs\Web\Controller {
else {
if(x($category)) {
- $sql_extra .= protect_sprintf(term_query('item', $category, TERM_CATEGORY));
+ $sql_extra2 .= protect_sprintf(term_item_parent_query(\App::$profile['profile_uid'],'item', $category, TERM_CATEGORY));
}
if(x($hashtags)) {
- $sql_extra .= protect_sprintf(term_query('item', $hashtags, TERM_HASHTAG, TERM_COMMUNITYTAG));
+ $sql_extra2 .= protect_sprintf(term_item_parent_query(\App::$profile['profile_uid'],'item', $hashtags, TERM_HASHTAG, TERM_COMMUNITYTAG));
}
if($datequery) {