summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/redmine/sudo_mode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/sudo_mode.rb b/lib/redmine/sudo_mode.rb
index 6d3ac6878..d4f26608a 100644
--- a/lib/redmine/sudo_mode.rb
+++ b/lib/redmine/sudo_mode.rb
@@ -46,7 +46,7 @@ module Redmine
extend ActiveSupport::Concern
included do
- around_filter :sudo_mode
+ around_action :sudo_mode
end
# Sudo mode Around Filter