diff options
-rwxr-xr-x | bin/fixmystreet.com/one-off-status-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixmystreet.com/one-off-status-update b/bin/fixmystreet.com/one-off-status-update index 0e17d14b2..78a27b67f 100755 --- a/bin/fixmystreet.com/one-off-status-update +++ b/bin/fixmystreet.com/one-off-status-update @@ -133,7 +133,7 @@ if ($northants) { $updated++; $p->update({ state => $new_state, - last_update => \'current_timestamp', + lastupdate => \'current_timestamp', }); my $comment = FixMyStreet::DB->resultset('Comment')->new({ |