From 635df4bce8d1e0d4a220f1461dbf6faade2363ac Mon Sep 17 00:00:00 2001 From: Martin Helmling Date: Tue, 24 May 2016 09:49:04 +0200 Subject: [PATCH] Drafts: Ausgelagert in Controller(2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixup: vergessenes Löschen von remove_draft() --- bin/mozilla/gl.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 7761f70bf..1040705db 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1160,8 +1160,6 @@ sub post { post_transaction(); - remove_draft() if $form->{remove_draft}; - $form->{callback} = build_std_url("action=add&DONT_LOAD_DRAFT=1", "show_details"); $form->redirect($form->{callback}); -- 2.20.1