mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix wrong variable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user