mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Fix nom fonction DataBase::updateProgressWebhookQueries
This commit is contained in:
parent
3f8f39989e
commit
04cb964630
2 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@
|
|||
$webhookQueriesIds[] = $webhookQuerie['id'];
|
||||
}
|
||||
|
||||
$db->updateProgressWebhookQueries($webhookQueriesIds, true);
|
||||
$db->updateProgressWebhookQueriesIn($webhookQueriesIds, true);
|
||||
|
||||
foreach ($webhookQueries as $webhookQuerie)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue