diff --git a/controllers/webhooks.php b/controllers/webhooks.php index 450e9d8..b6b1e66 100755 --- a/controllers/webhooks.php +++ b/controllers/webhooks.php @@ -173,7 +173,7 @@ { global $db; - if (!$db->insertIntoTable('webhook_queries', ['url' => $url, ['datas' => json_encode($datas)]])) + if (!$db->insertIntoTable('webhook_queries', ['url' => $url, 'datas' => json_encode($datas)])) { return false; }