fixed the problem of the doubled sender email in post-commit

This commit is contained in:
hyung-hwan 2015-08-18 05:15:54 +00:00
parent f508388640
commit 3666d1f737

View File

@ -336,7 +336,6 @@ sub email_message_to_project_members
my %mail = (
To => $recipients,
From => $cfg->{email_sender},
Subject => $subject,
Message => $message
);