diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index 1a9e2e23..6485e261 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -9,7 +9,7 @@ class WikiController < ApplicationController before_filter :load_page caches_action :show, :published, :authors, :tex, :s5, :print -# caches_action :show, :published, :authors, :tex. :s5, :print, :recently_revised, :list +# caches_action :show, :published, :authors, :tex, :s5, :print, :recently_revised, :list cache_sweeper :revision_sweeper layout 'default', :except => [:rss_feed, :rss_with_content, :rss_with_headlines, :tex, :pdf, :s5, :export_tex, :export_html]