]> source.dussan.org Git - redmine.git/commitdiff
Remove instance variable which is unused after r9603 (#24832).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jan 2017 11:58:47 +0000 (11:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jan 2017 11:58:47 +0000 (11:58 +0000)
Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16198 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/admin_controller.rb

index 6a3a09bf1e38023360feb93998955a3a46ed5fee..9004598163f30c4b4ab325601c4784559caa7167 100644 (file)
@@ -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)],