Fixed caching bug with category 'list' and 'recently_revised' views.

Re-enabled filesystem caching.
This commit is contained in:
Jacques Distler 2007-03-10 00:18:18 -06:00
parent edf335060a
commit 144540a761
4 changed files with 5 additions and 8 deletions

View file

@ -64,7 +64,7 @@ module ApplicationHelper
else
"<div id=\"categories\">\n" +
'<strong>Categories</strong>:' +
'[' + link_to_unless_current('Any', :web => @web.address, :action => @action_name) + "]\n" +
'[' + link_to_unless_current('Any', :web => @web.address, :action => @action_name, :category => nil) + "]\n" +
@categories.map { |c|
link_to_unless_current(c, :web => @web.address, :action => @action_name, :category => c)
}.join(', ') + "\n" +