diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-21 16:32:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-28 17:10:33 +0000 |
commit | 46ce9b46c34096ce13154e2f68caaa1977a7b28d (patch) | |
tree | 8af20af8a1b0711f6535d122b8b2effef509923b /t/app/controller/admin | |
parent | 64687c93beffc07d0fcb10459e5a898544bf8aae (diff) |
Remove unused inspection required/reputation code.
Diffstat (limited to 't/app/controller/admin')
-rw-r--r-- | t/app/controller/admin/users.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/controller/admin/users.t b/t/app/controller/admin/users.t index 7361ab619..17256a214 100644 --- a/t/app/controller/admin/users.t +++ b/t/app/controller/admin/users.t @@ -249,7 +249,6 @@ my %default_perms = ( "permissions[template_edit]" => undef, "permissions[responsepriority_edit]" => undef, "permissions[category_edit]" => undef, - trusted_bodies => undef, ); # Start this section with user having no name |