You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/29 19:44:29 UTC

[whimsy.git] [1/1] Commit 9c2675e: fix regression reported by rgielen

Commit 9c2675ef134dfe28257d5040f07b66e17a339c4b:
    fix regression reported by rgielen


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/roster/views/actions/committee.json.rb                   | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/actions/committee.json.rb b/www/roster/views/actions/committee.json.rb
index 3240bdb..c3ccea1 100644
--- a/www/roster/views/actions/committee.json.rb
+++ b/www/roster/views/actions/committee.json.rb
@@ -14,4 +14,4 @@
   end
 end
 
-Committee.serialize(@pmc)
+Committee.serialize(@pmc, env)