diff options
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index ab1ef5c5f..c6d246b4c 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -10,6 +10,8 @@ class HelpController < ApplicationController # we don't even have a control subroutine for most help pages, just see their templates + before_filter :long_cache + def unhappy @info_request = nil if params[:url_title] |