diff options
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index 86ead18fd..a23a9046f 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -1284,10 +1284,9 @@ sub process_confirmation : Private { } # We have an unconfirmed problem + $problem->confirm; $problem->update( { - state => 'confirmed', - confirmed => \'current_timestamp', lastupdate => \'current_timestamp', } ); |