Nach Redirect keine Ausgaben tätigen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 27 Dec 2010 13:36:11 +0000 (14:36 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 27 Dec 2010 13:36:11 +0000 (14:36 +0100)
bin/mozilla/ct.pl

index 07a6d2e..4476411 100644 (file)
@@ -597,9 +597,6 @@ sub delete {
   # /saving the history
   $form->redirect($locale->text($msg));
 
-  $msg = "Cannot delete $form->{db}";
-  $form->error($locale->text($msg));
-
   $main::lxdebug->leave_sub();
 }