summaryrefslogtreecommitdiff
path: root/fml/lib/FML/CGI
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-09-27 04:06:53 +0000
committerfukachan <fukachan>2003-09-27 04:06:53 +0000
commitc73f72d29f020c005f27e397c3f3ecdebf044ac0 (patch)
tree2d3f2bb301315799bd0feeaee687846250505a3a /fml/lib/FML/CGI
parent1c63dee8c067a5661ef54084be3ef5f9d48a3155 (diff)
downloadfml8-c73f72d29f020c005f27e397c3f3ecdebf044ac0.tar.gz
fml8-c73f72d29f020c005f27e397c3f3ecdebf044ac0.tar.bz2
fml8-c73f72d29f020c005f27e397c3f3ecdebf044ac0.zip
bug fix method name.
Diffstat (limited to 'fml/lib/FML/CGI')
-rw-r--r--fml/lib/FML/CGI/List.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/CGI/List.pm b/fml/lib/FML/CGI/List.pm
index 0913e325..eca61331 100644
--- a/fml/lib/FML/CGI/List.pm
+++ b/fml/lib/FML/CGI/List.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: List.pm,v 1.1 2003/09/27 03:00:18 fukachan Exp $
+# $FML: List.pm,v 1.2 2003/09/27 03:44:05 fukachan Exp $
#
package FML::CGI::List;
@@ -39,8 +39,8 @@ sub cgi_menu
my ($self, $curproc, $args, $command_args) = @_;
my $target = $curproc->cgi_var_frame_target();
my $action = $curproc->cgi_var_action();
- my $map_list = $curproc->cgi_var_address();
my $map_default = $curproc->cgi_var_address_map();
+ my $map_list = $curproc->cgi_var_address_map_list();
my $ml_name = $command_args->{ ml_name };
use FML::Restriction::Base;