Skip to content

Commit

Permalink
Merge pull request #63 from noellabo/merge-master-20180716
Browse files Browse the repository at this point in the history
Merge master 20180716-02
  • Loading branch information
noellabo committed Jul 16, 2018
2 parents 28efb99 + 9062b4c commit 46a8971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/dashboard_controller.rb
Expand Up @@ -11,7 +11,7 @@ def index
@relay_enabled = Relay.enabled.exists?
@single_user_mode = Rails.configuration.x.single_user_mode
@registrations_enabled = Setting.open_registrations
@deletions_enabled = Setting.open_deletions
@deletions_enabled = Setting.open_deletion
@invites_enabled = Setting.min_invite_role == 'user'
@search_enabled = Chewy.enabled?
@version = Mastodon::Version.to_s
Expand Down

0 comments on commit 46a8971

Please sign in to comment.