Patch #24832 ยป 0001-Remove-instance-variable-which-is-unused-after-r9603.patch
app/controllers/admin_controller.rb | ||
---|---|---|
76 | 76 |
end |
77 | 77 | |
78 | 78 |
def info |
79 |
@db_adapter_name = ActiveRecord::Base.connection.adapter_name |
|
80 | 79 |
@checklist = [ |
81 | 80 |
[:text_default_administrator_account_changed, User.default_admin_account_changed?], |
82 | 81 |
[:text_file_repository_writable, File.writable?(Attachment.storage_path)], |