From 0dc2d52f5f3326619d8fad73e9c13f16822c1362 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 9 Aug 2013 14:27:35 +0200 Subject: [PATCH] =?utf8?q?BackgroundJobs:=20"speichern=20und=20ausf=C3=BCh?= =?utf8?q?ren"=20f=C3=BCr=20neue=20Jobs=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/BackgroundJob.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/BackgroundJob.pm b/SL/Controller/BackgroundJob.pm index 797797782..5f937d536 100644 --- a/SL/Controller/BackgroundJob.pm +++ b/SL/Controller/BackgroundJob.pm @@ -92,6 +92,7 @@ sub action_destroy { sub action_save_and_execute { my ($self) = @_; + $self->background_job(SL::DB::BackgroundJob->new) if !$self->background_job; return unless $self->create_or_update; $self->action_execute; } -- 2.20.1