This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a02efd7 Correction
a02efd7 is described below
commit a02efd7b5f2373c3ae5e9b6ba1f5bc9c3c493329
Author: Sebb <[email protected]>
AuthorDate: Thu Jul 5 13:55:07 2018 +0100
Correction
---
www/project/icla/views/actions/discuss.json.rb | 2 +-
www/project/icla/views/actions/vote.json.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/project/icla/views/actions/discuss.json.rb
b/www/project/icla/views/actions/discuss.json.rb
index cb85a99..3b29e64 100644
--- a/www/project/icla/views/actions/discuss.json.rb
+++ b/www/project/icla/views/actions/discuss.json.rb
@@ -72,7 +72,7 @@ Use this link to discuss:
#{link}
}
-# create the email to the pmc
+# create the email to the user
mail = Mail.new do
to user_email
from user_email.untaint
diff --git a/www/project/icla/views/actions/vote.json.rb
b/www/project/icla/views/actions/vote.json.rb
index c057b9f..522a686 100644
--- a/www/project/icla/views/actions/vote.json.rb
+++ b/www/project/icla/views/actions/vote.json.rb
@@ -72,7 +72,7 @@ Use this link to vote:
#{link}
}
-# create the email to the pmc
+# create the email to the user
mail = Mail.new do
to user_email
from user_email.untaint