summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-05-13 03:49:54 +0000
committerfukachan <fukachan>2003-05-13 03:49:54 +0000
commite1a3aa8e18d321a8f669f192a1a0faed8e3621df (patch)
tree4f719b21d7be001e477d7e23e1dfa1c39f329892 /fml/lib/FML/Process
parent55d15e6bcc540e32ebc6c9661692b15e8cc56590 (diff)
downloadfml8-e1a3aa8e18d321a8f669f192a1a0faed8e3621df.tar.gz
fml8-e1a3aa8e18d321a8f669f192a1a0faed8e3621df.tar.bz2
fml8-e1a3aa8e18d321a8f669f192a1a0faed8e3621df.zip
use $_arg_address not $_arg_sender
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Distribute.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index a388f1ab..060579d2 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 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.112 2003/03/18 10:42:45 fukachan Exp $
+# $FML: Distribute.pm,v 1.113 2003/05/02 07:57:54 fukachan Exp $
#
package FML::Process::Distribute;
@@ -201,7 +201,6 @@ sub run
$config->{post_restrictions_reject_notice_data_type} || 'string';
my $msg_args = {
_arg_address => $sender,
- _arg_sender => $sender,
recipient => $sender,
};