Commit caae0ec3 authored by Imre Farkas's avatar Imre Farkas

Merge branch 'mw-instance-statistics-ff-rename' into 'master'

Rename feature flag to instance_statistics

See merge request gitlab-org/gitlab!40723
parents 00c3bdf8 b123fe0f
......@@ -7,6 +7,6 @@ class Admin::InstanceStatisticsController < Admin::ApplicationController
end
def check_feature_flag
render_404 unless Feature.enabled?(:instance_analytics)
render_404 unless Feature.enabled?(:instance_statistics)
end
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