Cache Source View
Also, fix a cache-sweeping bug reported, long ago, by Toby Bartels.
This commit is contained in:
parent
1613973929
commit
dc3d202665
3 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@ module CacheSweepingHelper
|
|||
|
||||
def expire_cached_page(web, page_name)
|
||||
expire_action :controller => 'wiki', :web => web.address,
|
||||
:action => %w(show published s5 tex print history), :id => page_name
|
||||
:action => %w(show published s5 tex print history source), :id => page_name
|
||||
expire_action :controller => 'wiki', :web => web.address,
|
||||
:action => 'show', :id => page_name, :mode => 'diff'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue