X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d5a3eba276c5e18e51511878fc74ee717969410b..0a50b37c:/bin/mozilla/arap.pl diff --git a/bin/mozilla/arap.pl b/bin/mozilla/arap.pl index 75764a434..a1ba9f279 100644 --- a/bin/mozilla/arap.pl +++ b/bin/mozilla/arap.pl @@ -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; } }