aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-18 12:43:52 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-18 12:43:52 +0100
commitc3b33bfac3b15c869fc24aacc403e148b2079edc (patch)
tree320b3deb060e53d4c2b4bc71b1879b1d94c0eea8 /perllib/FixMyStreet/App/Controller/Report.pm
parentf16b964144577f48513ecc291ae49b4f89897a30 (diff)
rejig now that we can mark comments as anonymous
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index f02b2cbe3..decda1b6c 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -159,6 +159,8 @@ sub load_problem_or_display_error : Private {
{
select => [
'id', 'name', 'text',
+ 'user_id',
+ 'anonymous',
'mark_fixed',
'mark_open',
'photo',