From db76c79cfb301528441316dc230b80cf4a342187 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 9 Mar 2007 08:04:24 -0600 Subject: [PATCH] Whoops! harmless typo. --- app/controllers/wiki_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]