diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index 4011f6f0..bdfdf048 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -7,7 +7,7 @@ require 'resolv' class WikiController < ApplicationController before_filter :load_page - before_filter :dnsbl_check, :only => [:edit, :new, :save] + before_filter :dnsbl_check, :only => [:edit, :new, :save, :export_html, :export_markup] caches_action :show, :published, :authors, :tex, :s5, :print, :recently_revised, :list, :atom_with_content, :atom_with_headlines, :if => Proc.new { |c| c.send(:do_caching?) } cache_sweeper :revision_sweeper