From 22ad806a439e8163895ae029ce4c462dbf9e7d9d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 5 Sep 2007 20:51:11 +0000 Subject: Removed RedCloth checks since it's now supplied with the application. git-svn-id: http://redmine.rubyforge.org/svn/trunk@708 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/settings_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/settings_controller.rb') diff --git a/app/controllers/settings_controller.rb b/app/controllers/settings_controller.rb index fd094adb3..229a4ab3c 100644 --- a/app/controllers/settings_controller.rb +++ b/app/controllers/settings_controller.rb @@ -29,6 +29,5 @@ class SettingsController < ApplicationController params[:settings].each { |name, value| Setting[name] = value } redirect_to :action => 'edit' and return end - @textile_available = ActionView::Helpers::TextHelper.method_defined?("textilize") end end -- cgit v1.2.3