fix wrong variable

This commit is contained in:
Mario
2023-04-16 10:59:26 +00:00
parent 81993cf2a3
commit ad5bbc463b

View File

@@ -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) {