##// END OF EJS Templates
Use controller instead of instance variable....
Jean-Philippe Lang -
r7776:a756103b10ec
parent child
Show More
@@ -159,7 +159,7 module Redmine
159 159 module MenuHelper
160 160 # Returns the current menu item name
161 161 def current_menu_item
162 @controller.current_menu_item
162 controller.current_menu_item
163 163 end
164 164
165 165 # Renders the application main menu
General Comments 0
You need to be logged in to leave comments. Login now