diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-07 08:00:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-07 08:00:39 +0000 |
commit | 8b58c952128860600636ebfb3fa4ebc779dd0bd8 (patch) | |
tree | ea554535f559a4aeed31dfdadf90f2f887c77d71 /app/controllers | |
parent | 926f27b5c7fc607138b440cb3353f7417d7e9f24 (diff) | |
download | redmine-8b58c952128860600636ebfb3fa4ebc779dd0bd8.tar.gz redmine-8b58c952128860600636ebfb3fa4ebc779dd0bd8.zip |
Code cleanup.
git-svn-id: http://svn.redmine.org/redmine/trunk@12851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/custom_fields_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/custom_fields_controller.rb b/app/controllers/custom_fields_controller.rb index 28178e98b..719098163 100644 --- a/app/controllers/custom_fields_controller.rb +++ b/app/controllers/custom_fields_controller.rb @@ -27,7 +27,6 @@ class CustomFieldsController < ApplicationController respond_to do |format| format.html { @custom_fields_by_type = CustomField.all.group_by {|f| f.class.name } - @tab = params[:tab] || 'IssueCustomField' } format.api { @custom_fields = CustomField.all |