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 2017/04/17 22:56:56 UTC

[whimsy] branch master updated: s/person.last/people.last/

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  3b1c849   s/person.last/people.last/
3b1c849 is described below

commit 3b1c84975658464acdf6ca4f2bc483ae593b5577
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Apr 17 18:56:42 2017 -0400

    s/person.last/people.last/
---
 www/roster/views/actions/ppmc.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/actions/ppmc.json.rb b/www/roster/views/actions/ppmc.json.rb
index 0b9196d..c27efd2 100644
--- a/www/roster/views/actions/ppmc.json.rb
+++ b/www/roster/views/actions/ppmc.json.rb
@@ -22,7 +22,7 @@ if env.password
     who = people.map {|person| person.public_name}.join(' and ')
   else
     who = people[0..-2].map {|person| person.id}.join(', ') + 
-      ', and ' + person.last.id
+      ', and ' + people.last.id
   end
 
   # draft email

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