mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-01 05:46:28 +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
|
@ -611,7 +611,7 @@
|
|||
* @param array $webhookQueriesId = Tableau des id des webhook_queries voulus
|
||||
* @return int : Retourne le nombre de lignes mises à jour
|
||||
*/
|
||||
public function updateWebhookQueriesIn($webhookQueriesId, $progress)
|
||||
public function updateProgressWebhookQueriesIn($webhookQueriesId, $progress)
|
||||
{
|
||||
$query = "
|
||||
UPDATE webhook_queries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue