public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
dont fuck up page caching

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1215 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Jun 11 08:39:33 -0700 2006
commit  220f8b8ec813c56f5228efbef858a8141bc18e37
tree    ee9ebad0d94c6793576fd110006f7362fac8e994
parent  10d1da7cb39da17c12d44bccb24d9f0cc1fbc0cc
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ class MephistoController < ApplicationController
0
       @section = site.sections.find_by_name('home')
0
       @section.show_paged_articles? ? show_section_page_with(nil, :main) : list_section_articles_with(:main)
0
     else
0
- @section, page_name = site.sections.find_section_and_page_name(params[:sections])
0
+ @section, page_name = site.sections.find_section_and_page_name(params[:sections].dup)
0
       @section ||= site.sections.find_by_name('home')
0
       @section.show_paged_articles? ? show_section_page_with(page_name, :page) : list_section_articles_with(:section)
0
     end

Comments

    No one has commented yet.