diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 11:58:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 11:58:47 +0000 |
commit | bef55bf1ab3632281160c14b487a7149eb8754f8 (patch) | |
tree | d6b1468cbdf53bd4c7e649d6febb6d7db0def1c8 /app/controllers | |
parent | 14a98af864c1291997a7b70517359f0be2b24efe (diff) | |
download | redmine-bef55bf1ab3632281160c14b487a7149eb8754f8.tar.gz redmine-bef55bf1ab3632281160c14b487a7149eb8754f8.zip |
Remove instance variable which is unused after r9603 (#24832).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@16198 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 6a3a09bf1..900459816 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -76,7 +76,6 @@ class AdminController < ApplicationController end def info - @db_adapter_name = ActiveRecord::Base.connection.adapter_name @checklist = [ [:text_default_administrator_account_changed, User.default_admin_account_changed?], [:text_file_repository_writable, File.writable?(Attachment.storage_path)], |