Fix nom fonction DataBase::updateProgressWebhookQueries

This commit is contained in:
OsaAjani 2016-01-21 14:47:01 +01:00
parent 3f8f39989e
commit 04cb964630
2 changed files with 2 additions and 2 deletions

View file

@ -451,7 +451,7 @@
$webhookQueriesIds[] = $webhookQuerie['id'];
}
$db->updateProgressWebhookQueries($webhookQueriesIds, true);
$db->updateProgressWebhookQueriesIn($webhookQueriesIds, true);
foreach ($webhookQueries as $webhookQuerie)
{