aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index 73479c584..13967601b 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -377,6 +377,7 @@ sub inspect : Private {
if ( $reputation_change != 0 ) {
$problem->user->update_reputation($reputation_change);
}
+ $problem->lastupdate( \'current_timestamp' );
$problem->update;
if ( defined($update_text) ) {
$problem->add_to_comments( {