Dispatcher: end_of_request() sub aus main namespace verbannt
[kivitendo-erp.git] / bin / mozilla / cp.pl
index 888bf8a..ccecac3 100644 (file)
@@ -459,7 +459,7 @@ sub check_form {
 
   if ($form->{currency} ne $form->{oldcurrency}) {
     &update;
-    ::end_of_request();
+    $::dispatcher->end_request;
   }
   $form->error($locale->text('Date missing!')) unless $form->{datepaid};
   my $selected_check = 1;