mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Update lib/private/BackgroundJob/JobList.php
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
04e8861192
commit
67ccb325ef
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class JobList implements IJobList {
|
|||
->where($query->expr()->eq('class', $query->createNamedParameter($class)))
|
||||
->andWhere($query->expr()->eq('argument', $query->createNamedParameter($argumentJson)));
|
||||
}
|
||||
$query->executeStatement();
|
||||
$query->execute();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue