Commit 76ea118c authored by Lin Jen-Shin's avatar Lin Jen-Shin

CE renamed this method, so we should do the same in EE

parent 9ba3f9c6
module EE
module Admin
module ApplicationSettingsController
def permitted_application_setting_attributes
def visible_application_setting_attributes
attrs = super
if License.feature_available?(:repository_mirrors)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment