Skip to content

Commit 752f8da

Browse files
authored
Update lib/private/BackgroundJob/JobList.php
1 parent 04e8861 commit 752f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/BackgroundJob/JobList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function add($job, $argument = null) {
9393
->where($query->expr()->eq('class', $query->createNamedParameter($class)))
9494
->andWhere($query->expr()->eq('argument', $query->createNamedParameter($argumentJson)));
9595
}
96-
$query->executeStatement();
96+
$query->execute();
9797
}
9898

9999
/**

0 commit comments

Comments
 (0)