diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2019-06-06 07:35:24 +0000 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2019-06-06 07:35:24 +0000 |
commit | a5efbfc8cbd9c4db21ae728266ed3395453ad21e (patch) | |
tree | d773ef2f921041c1bd06d410ccb4b50f78489a83 /app/helpers | |
parent | f8d93b24822937d803da4c9fcc89d50c85de89c7 (diff) | |
download | gitlab-ce-a5efbfc8cbd9c4db21ae728266ed3395453ad21e.tar.gz |
Apply suggestion to app/helpers/visibility_level_helper.rbsh-default-visibility-fix
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/visibility_level_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/visibility_level_helper.rb b/app/helpers/visibility_level_helper.rb index 70e60bfba8d..b318b27992a 100644 --- a/app/helpers/visibility_level_helper.rb +++ b/app/helpers/visibility_level_helper.rb @@ -169,7 +169,7 @@ module VisibilityLevelHelper # # 1. The group permissions (e.g. a subgroup is private, which requires # all projects to be private) - # 2. The global allowed visibility settinngs, set by the admin + # 2. The global allowed visibility settings, set by the admin def selected_visibility_level(form_model, requested_level) requested_level = if requested_level.present? |