You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/06/01 12:32:40 UTC

[whimsy] branch master updated: Wrong variable name

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 fc7098a  Wrong variable name
fc7098a is described below

commit fc7098ae55cd78c02e2fd0b1674cd0847d5d9fe8
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 1 13:32:37 2019 +0100

    Wrong variable name
---
 www/roster/models/nonpmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 81073c9..d87d399 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -138,7 +138,7 @@ class NonPMC
         end
         if who
           unless who[:member]
-            unknownSubs << { addr: addr, person: who }
+            unknownSecSubs << { addr: addr, person: who }
           end
         else
           unknownSecSubs << { addr: addr, person: nil }