Dispatcher: end_of_request() sub aus main namespace verbannt
[kivitendo-erp.git] / bin / mozilla / arap.pl
index 75764a4..a1ba9f2 100644 (file)
@@ -109,7 +109,7 @@ sub check_name {
           $form->error($locale->text("More than one #1 found matching, please be more specific.", $locale->text(ucfirst $name)));
         } else {
           &select_name($name);
-          ::end_of_request();
+          $::dispatcher->end_request;
         }
       }