Fix ajout des webhook_queries

This commit is contained in:
OsaAjani 2016-01-22 00:20:20 +01:00
parent 04cb964630
commit 57ef2d341c

View file

@ -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;
}