diff options
| author | fukachan <fukachan> | 2006-04-11 12:31:43 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-04-11 12:31:43 +0000 |
| commit | 4407c6c44686c6254fd2ce17824ffbc73ba51bd5 (patch) | |
| tree | a0a728ad9310ea07bf8db7c3987844affe6618ab /fml/lib/FML/Process | |
| parent | 006bdf3af1fff9f60d703a23aeb662e655261490 (diff) | |
| download | fml8-4407c6c44686c6254fd2ce17824ffbc73ba51bd5.tar.gz fml8-4407c6c44686c6254fd2ce17824ffbc73ba51bd5.tar.bz2 fml8-4407c6c44686c6254fd2ce17824ffbc73ba51bd5.zip | |
temporarily disable logging system before calling is_permit_post() at
filter check.
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index b0b058df..bad25eb3 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.174 2006/04/05 11:39:49 fukachan Exp $ +# $FML: Distribute.pm,v 1.175 2006/04/11 12:08:20 fukachan Exp $ # package FML::Process::Distribute; @@ -130,7 +130,9 @@ sub verify_request } unless ($curproc->is_refused()) { + $curproc->log_disable(); my $action = $curproc->is_permit_post(); + $curproc->log_enable(); if ($action eq 'permit') { $curproc->_check_filter(); } |
