From 29dd1c14db6899c3858ca906e076c7b7fbbaa0e2 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Tue, 31 Jul 2018 19:20:34 +0000 Subject: Correct the correction for application_setting.rb --- app/models/application_setting.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb index 7ff7aa041b0..0eb65d1cf6c 100644 --- a/app/models/application_setting.rb +++ b/app/models/application_setting.rb @@ -295,8 +295,8 @@ class ApplicationSetting < ActiveRecord::Base unique_ips_limit_per_user: 10, unique_ips_limit_time_window: 3600, usage_ping_enabled: Settings.gitlab['usage_ping_enabled'], - user_default_external: false, - instance_statistics_visibility_private: false + instance_statistics_visibility_private: false, + user_default_external: false } end -- cgit v1.2.1