Code cleanup.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4497 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2010-12-12 14:25:23 +00:00
parent 9e2d401f43
commit 2066b2f666
4 changed files with 6 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ class MyController < ApplicationController
before_filter :require_login
helper :issues
helper :users
helper :custom_fields
BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues,
@@ -65,7 +66,6 @@ class MyController < ApplicationController
return
end
end
@notification_options = @user.valid_notification_options
end
# Manage user's password