summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/mget.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-14 00:32:29 +0000
committerfukachan <fukachan>2001-10-14 00:32:29 +0000
commit00f63a4085087e4828ebde340b49eb8dfe2df20e (patch)
tree1012ac40d0992fde5f7f8e531388bc491619296d /fml/lib/FML/Command/User/mget.pm
parent576289aae815fa4dab2e62d9ecdf303455f476f5 (diff)
downloadfml8-00f63a4085087e4828ebde340b49eb8dfe2df20e.tar.gz
fml8-00f63a4085087e4828ebde340b49eb8dfe2df20e.tar.bz2
fml8-00f63a4085087e4828ebde340b49eb8dfe2df20e.zip
$optargs -> $command_args
Diffstat (limited to 'fml/lib/FML/Command/User/mget.pm')
-rw-r--r--fml/lib/FML/Command/User/mget.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/User/mget.pm b/fml/lib/FML/Command/User/mget.pm
index 098ae5c1..d77e86ec 100644
--- a/fml/lib/FML/Command/User/mget.pm
+++ b/fml/lib/FML/Command/User/mget.pm
@@ -5,7 +5,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: mget.pm,v 1.1.1.1 2001/08/26 05:43:10 fukachan Exp $
+# $FML: mget.pm,v 1.2 2001/08/26 07:59:03 fukachan Exp $
#
package FML::Command::User::mget;
@@ -20,8 +20,8 @@ use FML::Command::User::get;
sub process
{
- my ($self, $curproc, $optargs) = @_;
- $self->SUPER::process($curproc, $optargs);
+ my ($self, $curproc, $command_args) = @_;
+ $self->SUPER::process($curproc, $command_args);
}