aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2025-04-11 21:13:40 +0200
committerMario Vavti <mario@mariovavti.com>2025-04-11 21:13:40 +0200
commitf8bc755c2087b0010964c9045105f854bf6ea3f4 (patch)
tree8f969ad481efe18a81dc9577eb965b0cd1a2abd4 /Zotlabs/Module
parentaa38e8360a2ce6a4fd0aa635d8a5260bba3d5f15 (diff)
downloadvolse-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.php3
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']) {