diff options
Diffstat (limited to 'perllib/FixMyStreet/Script/Reports.pm')
-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 ) { |