aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-13 19:26:07 -0700
committerzotlabs <mike@macgirvin.com>2017-09-13 19:26:07 -0700
commite8e61c83d572b41664a1066d60f2f78ef596183e (patch)
treed94df5802569f08b4b640a5763a2ea27b2d49743 /Zotlabs/Module/Channel.php
parent20ae69ab7babe8d526de7d4c584aa5cd2f836e1f (diff)
parent29b0ed87d61ae7c5fae5a43ad667cefce3938e25 (diff)
downloadvolse-hubzilla-e8e61c83d572b41664a1066d60f2f78ef596183e.tar.gz
volse-hubzilla-e8e61c83d572b41664a1066d60f2f78ef596183e.tar.bz2
volse-hubzilla-e8e61c83d572b41664a1066d60f2f78ef596183e.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module/Channel.php')
-rw-r--r--Zotlabs/Module/Channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php
index d82ed8e5d..4ffc9ffc6 100644
--- a/Zotlabs/Module/Channel.php
+++ b/Zotlabs/Module/Channel.php
@@ -194,7 +194,7 @@ class Channel extends \Zotlabs\Web\Controller {
$simple_update = '';
if($static && $simple_update)
- $simple_update .= " and item_thread_top = 1 and author_xchan = '" . protect_sprintf(get_observer_hash()) . "' ";
+ $simple_update .= " and author_xchan = '" . protect_sprintf(get_observer_hash()) . "' ";
if(($update) && (! $load)) {