You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/02/17 19:52:58 UTC

[whimsy] branch master updated: use the availid of the requesting user

This is an automated email from the ASF dual-hosted git repository.

rubys 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 7d270db  use the availid of the requesting user
7d270db is described below

commit 7d270dbb716d1c344378db2e06ccd0d29c1d1356
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Feb 17 14:52:40 2018 -0500

    use the availid of the requesting user
---
 www/officers/acreq.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index ac1bd69..fd3805d 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -291,7 +291,7 @@ _html do
                   # determine the requesting party and cc_list
                   if @project.empty?
                     cc_list = ["operations@apache.org"]
-                    requestor = user.untaint
+                    requestor = user.id.untaint
                   else
                     pmc_list = ASF::Committee.find(@pmc).mail_list
                     cc_list = ["private@#{pmc_list}.apache.org".untaint]

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.