diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2013-09-11 11:57:00 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2013-09-11 11:57:00 +0100 |
commit | 4c9e2cab2a64b47580f7c68960122156f0081239 (patch) | |
tree | 33f2871e5177e774e7ef7cfbe928a85de07a9c31 | |
parent | 72f991818fa1a7a027fbfc3de04185b38d2aee14 (diff) |
Add extra detail to a comment
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index a677837a9..877f6ff0b 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -484,7 +484,8 @@ sub admin_report_edit { '<p><em>' . _('Updated!') . '</em></p>'; # do this here otherwise lastupdate and confirmed times - # do not display correctly + # do not display correctly (reloads problem from database, including + # fields modified by the database when saving) $problem->discard_changes; if ( $redirect ) { |