summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
Diffstat (limited to 'menu.pl')
-rwxr-xr-xmenu.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.pl b/menu.pl
index 03d22670..2919b33f 100755
--- a/menu.pl
+++ b/menu.pl
@@ -138,7 +138,7 @@ if ($form->{action}) {
if (substr($form->{action}, 0, 1) =~ /( |\.)/) {
&{ $form->{nextsub} };
} else {
- &{ $locale->findsub($form->{action}) };
+ &{ $form->{action} };
}
} else {