X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FBackgroundJob.pm;h=e8ae55bac9a394448ff16695c250b5b6716e72a5;hb=9ababdb3059dad5a245766a81281d92834595ab0;hp=f5c4b21f68d2d4b3b67c071c91856b3b2d89b978;hpb=7c60c2423f6fd27a78cf89ca62821ea1e41e85f5;p=kivitendo-erp.git diff --git a/SL/DB/BackgroundJob.pm b/SL/DB/BackgroundJob.pm index f5c4b21f6..e8ae55bac 100644 --- a/SL/DB/BackgroundJob.pm +++ b/SL/DB/BackgroundJob.pm @@ -10,6 +10,8 @@ use SL::DB::Manager::BackgroundJob; use SL::System::Process; +__PACKAGE__->meta->initialize; + __PACKAGE__->before_save('_before_save_set_next_run_at'); sub _before_save_set_next_run_at {