From ad5bbc463b0d94a3b920b72bb224b9435a422a4c Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 16 Apr 2023 10:59:26 +0000 Subject: fix wrong variable --- Zotlabs/Lib/Libzot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index b75e4e135..59fa863da 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1374,7 +1374,7 @@ class Libzot { $uids = ids_to_querystr($uids, 'uid'); $z = q("SELECT channel_hash FROM channel WHERE channel_hash != '%s' AND channel_id IN ($uids)", - dbesc($msg['sender']) + dbesc($env['sender']) ); if ($z) { -- cgit v1.2.3