Drafts: Ausgelagert in Controller(2)
authorMartin Helmling <martin.helmling@octosoft.eu>
Tue, 24 May 2016 07:49:04 +0000 (09:49 +0200)
committerMartin Helmling <martin.helmling@octosoft.eu>
Tue, 24 May 2016 07:49:04 +0000 (09:49 +0200)
fixup: vergessenes Löschen von remove_draft()

bin/mozilla/gl.pl

index 7761f70..1040705 100644 (file)
@@ -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});