mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-02 22:36:29 +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;
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue