aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-12-20 16:46:22 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-20 16:57:16 +0000
commit781dae883e867fa5fcaff814371de1f922194450 (patch)
tree4f1365871005973e57243af898baf359dc1d052e /perllib/FixMyStreet/App/Controller/Admin.pm
parentdbb51ba043642e0ac496a2636b247b27fcce109c (diff)
Allow Zurich SDM to add updates.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index 7fb11d6f4..2d0193ae5 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -841,6 +841,7 @@ sub update_edit : Path('update_edit') : Args(1) {
if ( $new_state eq 'confirmed' and $old_state eq 'unconfirmed' ) {
$update->confirmed( \'ms_current_timestamp()' );
+ # XXX Also need to update state of problem here if needed - Zurich only?
}
$update->update;