diff options
Diffstat (limited to 'fml/lib/FML/Command/User/send.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/send.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/User/send.pm b/fml/lib/FML/Command/User/send.pm index c10247a9..15d05c58 100644 --- a/fml/lib/FML/Command/User/send.pm +++ b/fml/lib/FML/Command/User/send.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: send.pm,v 1.2 2001/08/26 07:59:03 fukachan Exp $ +# $FML: send.pm,v 1.1 2001/10/13 02:43:21 fukachan Exp $ # package FML::Command::User::send; @@ -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); } |
