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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  352d181   switch to string
352d181 is described below

commit 352d181374ba2bd0742ca2e8a9148a1925effa79
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Aug 11 15:44:35 2016 -0400

    switch to string
---
 www/secretary/workbench/worklist.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/worklist.cgi 
b/www/secretary/workbench/worklist.cgi
index 626bc63..a0e12e4 100755
--- a/www/secretary/workbench/worklist.cgi
+++ b/www/secretary/workbench/worklist.cgi
@@ -472,7 +472,7 @@ _html do
 
           if File.exist? COMPLETED_YML
             last = YAML.load(File.read COMPLETED_YML).last
-            params = {iclas: 1}
+            params = {iclas: '1'}
             %w{email user pmc podling votelink}.each do |name|
               params[name] = last[name] if last[name]
             end

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to