summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;