diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-18 12:43:52 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-18 12:43:52 +0100 |
commit | c3b33bfac3b15c869fc24aacc403e148b2079edc (patch) | |
tree | 320b3deb060e53d4c2b4bc71b1879b1d94c0eea8 /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | f16b964144577f48513ecc291ae49b4f89897a30 (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.pm | 2 |
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', |