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 78f3410  Typo (I assume)
78f3410 is described below

commit 78f34106acf92eedf5ae0065b4f2e3ce26d135a3
Author: Sebb <s...@apache.org>
AuthorDate: Wed Nov 15 00:31:24 2017 +0000

    Typo (I assume)
---
 www/board/agenda/models/pending.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/models/pending.rb 
b/www/board/agenda/models/pending.rb
index 1b3c107..daeb33a 100644
--- a/www/board/agenda/models/pending.rb
+++ b/www/board/agenda/models/pending.rb
@@ -31,7 +31,7 @@ class Pending
     else
       username = ASF::Person.new(user).public_name
       begin
-        username ||= Etc.getpwnam(userid)[4].split(',')[0].
+        username ||= Etc.getpwnam(user)[4].split(',')[0].
           force_encoding('utf-8')
       rescue ArgumentError
         username = 'Anonymous'

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].

Reply via email to