summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/resign.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-20 14:10:37 +0000
committerfukachan <fukachan>2002-02-20 14:10:37 +0000
commita869e41f42b1817d2a3e1e8bd1fa12c335c187f7 (patch)
tree6629262dacfaed1df0ddf4c146814e040d9d8240 /fml/lib/FML/Command/User/resign.pm
parent3352cddbdfd3696ecca7d16cdb5ab1017a54bf2a (diff)
downloadfml8-a869e41f42b1817d2a3e1e8bd1fa12c335c187f7.tar.gz
fml8-a869e41f42b1817d2a3e1e8bd1fa12c335c187f7.tar.bz2
fml8-a869e41f42b1817d2a3e1e8bd1fa12c335c187f7.zip
fix command work again
Diffstat (limited to 'fml/lib/FML/Command/User/resign.pm')
-rw-r--r--fml/lib/FML/Command/User/resign.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/resign.pm b/fml/lib/FML/Command/User/resign.pm
index 563f79da..850bef8b 100644
--- a/fml/lib/FML/Command/User/resign.pm
+++ b/fml/lib/FML/Command/User/resign.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: resign.pm,v 1.5 2001/12/22 09:53:10 fukachan Exp $
+# $FML: resign.pm,v 1.6 2002/02/18 14:14:53 fukachan Exp $
#
package FML::Command::User::resign;
@@ -24,7 +24,7 @@ use FML::Command::User::unsubscribe;
sub process
{
my ($self, $curproc, $command_args) = @_;
- $self->unsubscribe($curproc, $command_args);
+ $self->SUPER::process($curproc, $command_args);
}
=head1 NAME