Commit 9c2675ef134dfe28257d5040f07b66e17a339c4b:
fix regression reported by rgielen
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
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)