diff options
| author | fukachan <fukachan> | 2003-11-22 05:41:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-22 05:41:50 +0000 |
| commit | 4c69052bf40ec76b14319cb5c670ff9ebffbc35f (patch) | |
| tree | 23e70dc42beae25648d48102460b470a79e177df /fml/lib/FML/Command/User/subscribe.pm | |
| parent | 425f6c8fe24698f2def90091c05f2c56f7b431ab (diff) | |
| download | fml8-4c69052bf40ec76b14319cb5c670ff9ebffbc35f.tar.gz fml8-4c69052bf40ec76b14319cb5c670ff9ebffbc35f.tar.bz2 fml8-4c69052bf40ec76b14319cb5c670ff9ebffbc35f.zip | |
separete database part in FML::Confirm to FML::Cache::Journal which
can be shared between other modules.
change FML::Confirm::new() to take $curproc.
Diffstat (limited to 'fml/lib/FML/Command/User/subscribe.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/subscribe.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/subscribe.pm b/fml/lib/FML/Command/User/subscribe.pm index 370db4cc..343cb07c 100644 --- a/fml/lib/FML/Command/User/subscribe.pm +++ b/fml/lib/FML/Command/User/subscribe.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: subscribe.pm,v 1.21 2003/08/23 07:24:44 fukachan Exp $ +# $FML: subscribe.pm,v 1.22 2003/08/29 15:34:01 fukachan Exp $ # package FML::Command::User::subscribe; @@ -103,7 +103,7 @@ sub process else { $curproc->log("new subscriber, try confirmation"); use FML::Confirm; - my $confirm = new FML::Confirm { + my $confirm = new FML::Confirm $curproc, { keyword => $keyword, cache_dir => $cache_dir, class => 'subscribe', |
