diff options
Diffstat (limited to 'app/controllers/admin_controller.rb')
-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 78fd1aa15..43dbb9964 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -67,6 +67,5 @@ class AdminController < ApplicationController @flags = Hash.new @flags[:default_admin_changed] = User.find(:first, :conditions => ["login=? and hashed_password=?", 'admin', User.hash_password('admin')]).nil? @flags[:file_repository_writable] = File.writable?(Attachment.storage_path) - @flags[:textile_available] = ActionView::Helpers::TextHelper.method_defined? "textilize" end end |