Fix ajout des webhook_queries
This commit is contained in:
parent
04cb964630
commit
57ef2d341c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue