mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix ajout des webhook_queries
This commit is contained in:
parent
04cb964630
commit
57ef2d341c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue