X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0b2ca0abb53db0d372bcc51e8093abb30f2aeea6..de0f9532013c861dae78aa01b9633284d1ceee7c:/SL/DB/Manager/BackgroundJob.pm diff --git a/SL/DB/Manager/BackgroundJob.pm b/SL/DB/Manager/BackgroundJob.pm index 1429a7856..96af86312 100644 --- a/SL/DB/Manager/BackgroundJob.pm +++ b/SL/DB/Manager/BackgroundJob.pm @@ -29,7 +29,7 @@ sub get_all_need_to_run { next_run_at => undef, next_run_at => { le => $now } ] ]); - return $class->get_all(where => [ or => [ @interval_args, @once_args ] ]); + return $class->get_all(query => [ or => [ @interval_args, @once_args ] ]); } 1;