diff --git a/app/controllers/support_controller.rb b/app/controllers/support_controller.rb index 3f42ee5b9cf..0789e09dac8 100644 --- a/app/controllers/support_controller.rb +++ b/app/controllers/support_controller.rb @@ -27,7 +27,7 @@ def about private ############################ def check_support_rbac - handle_generic_rbac(role_allows?(:feature => 'support', :any => true)) + handle_generic_rbac(role_allows?(:feature => 'documentation', :any => true)) end def get_layout