diff options
author | Mario Vavti <mario@mariovavti.com> | 2025-04-11 21:13:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2025-04-11 21:13:40 +0200 |
commit | f8bc755c2087b0010964c9045105f854bf6ea3f4 (patch) | |
tree | 8f969ad481efe18a81dc9577eb965b0cd1a2abd4 /Zotlabs/Module | |
parent | aa38e8360a2ce6a4fd0aa635d8a5260bba3d5f15 (diff) | |
download | volse-hubzilla-f8bc755c2087b0010964c9045105f854bf6ea3f4.tar.gz volse-hubzilla-f8bc755c2087b0010964c9045105f854bf6ea3f4.tar.bz2 volse-hubzilla-f8bc755c2087b0010964c9045105f854bf6ea3f4.zip |
fix bougus merge to master
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Sse_bs.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php index ee42b6648..8847ff242 100644 --- a/Zotlabs/Module/Sse_bs.php +++ b/Zotlabs/Module/Sse_bs.php @@ -607,7 +607,8 @@ class Sse_bs extends Controller { where uid = %d and (owner_xchan = '%s' or author_xchan = '%s') and author_xchan != '%s' and verb != 'Announce' and item_unseen = 1 $sql_extra $item_normal", intval(self::$uid), dbesc($forums[$x]['xchan_hash']), - dbesc($forums[$x]['xchan_hash']) + dbesc($forums[$x]['xchan_hash']), + dbesc(self::$ob_hash) ); if($r[0]['total']) { |