summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-29 12:40:48 +0000
committerfukachan <fukachan>2002-09-29 12:40:48 +0000
commit20ac052fa6f69eb6df330fee8c30a04d98c87bb9 (patch)
treee1eb976cd2ac73700245924f7539eda8d3ee16bc /fml/lib/FML/Process
parent52f11e68912237577322e8e8b229d2bc96403f24 (diff)
downloadfml8-20ac052fa6f69eb6df330fee8c30a04d98c87bb9.tar.gz
fml8-20ac052fa6f69eb6df330fee8c30a04d98c87bb9.tar.bz2
fml8-20ac052fa6f69eb6df330fee8c30a04d98c87bb9.zip
sync w/ FML::Filter reconstruction. rename function name
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Distribute.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index 95427027..480e28b4 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.96 2002/09/15 00:11:43 fukachan Exp $
+# $FML: Distribute.pm,v 1.97 2002/09/22 14:56:52 fukachan Exp $
#
package FML::Process::Distribute;
@@ -142,12 +142,11 @@ sub verify_request
sub _check_filter
{
my ($curproc, $args) = @_;
- my $config = $curproc->{ config };
eval q{
use FML::Filter;
my $filter = new FML::Filter;
- my $r = $filter->check($curproc, $args);
+ my $r = $filter->article_filter($curproc, $args);
# filter traps this message.
if ($r = $filter->error()) {