diff options
author | David Cabo <david@calibea.com> | 2011-07-26 02:39:57 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-07-26 02:39:57 +0200 |
commit | 058a65ae0d079729b10a2954c472c336dce43245 (patch) | |
tree | 91543599b6db6538ceb2cdb36aaa9057ffe066fc /app/controllers/help_controller.rb | |
parent | 1ac1e5df9e1b8e670fbab1d2c65de6ce28232602 (diff) | |
parent | 04927e448f99f67bbfde88dd466f03fb23373b28 (diff) |
Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu
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] |