Commit e2eff433 authored by Imre Farkas's avatar Imre Farkas Committed by Robert Speicher

Remove project_creation_level license check

This was removed in dec08f02 but
reintrodced in 980b8292 due to an
incorrectly resolved merge conflict.
parent d8d0d361
......@@ -10,10 +10,6 @@ module EE
attrs += EE::ApplicationSettingsHelper.repository_mirror_attributes
end
if License.feature_available?(:project_creation_level)
attrs << :default_project_creation
end
if License.feature_available?(:custom_project_templates)
attrs << :custom_project_templates_group_id
end
......
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