diff options
Diffstat (limited to 'menu.pl')
-rwxr-xr-x | menu.pl | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -137,11 +137,7 @@ if ($form->{action}) { &check_password; - if (substr($form->{action}, 0, 1) =~ /( |\.)/) { - &{ $form->{nextsub} }; - } else { - &{ $form->{action} }; - } + &{ $form->{action} }; } else { $form->error(__FILE__.':'.__LINE__.': '.$locale->text('action= not defined!')); |