diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-11 11:47:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-11 11:47:43 +0100 |
commit | ad7833e96ae4642d243194b7928cfada1e781a5e (patch) | |
tree | d71da12acee5249b2c46b6b226dd9c8473889ddf /perllib/FixMyStreet/Script | |
parent | a7854f0eef8386f0f880c75947b76f13d0b59079 (diff) | |
parent | 5fa3ad68a1b155cca1afb8936741a8c1e6dff062 (diff) |
Merge branch 'small-inspector-fixes'
Diffstat (limited to 'perllib/FixMyStreet/Script')
-rw-r--r-- | perllib/FixMyStreet/Script/Reports.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm index ecd461cd9..59de86db1 100644 --- a/perllib/FixMyStreet/Script/Reports.pm +++ b/perllib/FixMyStreet/Script/Reports.pm @@ -159,7 +159,6 @@ sub send(;$) { $reputation_threshold_met = $user_reputation >= $reputation_threshold; } unless ( - $row->get_extra_metadata('inspected') || $row->user->has_permission_to( trusted => $row->bodies_str_ids ) || $reputation_threshold_met ) { |