From ccc3e36c2505d4f2d61a23d5fd8a448f7246f878 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 27 Nov 2023 20:45:54 +1100 Subject: [PATCH] testing --- Code/Lib/Queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Lib/Queue.php b/Code/Lib/Queue.php index 281ae396d..3ff227c61 100644 --- a/Code/Lib/Queue.php +++ b/Code/Lib/Queue.php @@ -188,7 +188,7 @@ class Queue dbesc($arr['hash']), intval($arr['account_id']), intval($arr['channel_id']), - dbesc(($arr['mid'] ?? ''), + dbesc($arr['mid'] ?? ''), dbesc((isset($arr['driver']) && $arr['driver']) ? $arr['driver'] : 'nomad'), dbesc($arr['posturl']), intval(1),