mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 10:19:45 -05:00
It is assumed that a job class loaded from the jobs table is an IJob, but due to programming error the job might be of another type. Then the setters will most likely fail. This patch adds an interface type check so only correct jobs are used, anything else is ignored. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |
||
|---|---|---|
| .. | ||
| Legacy | ||
| Job.php | ||
| JobList.php | ||
| QueuedJob.php | ||
| TimedJob.php | ||