summaryrefslogtreecommitdiff
path: root/menu.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 22:58:45 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 22:58:45 +0000
commit981ab3d002eaee83bd6668a48e26bab66f442b6e (patch)
treedbe10f784c868a45a6c97fed8800f36a68426092 /menu.pl
parentcce5f5bd1e39970939efe0cd4a6bdfbf3efba005 (diff)
Removing Locale::findsub
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@261 4979c152-3d1c-0410-bac9-87ea11338e46
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 {