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 !
return the original output

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1429 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Jul 25 22:32:20 -0700 2006
commit  488063fe5e9fd4f6e1a1b44b01e17d80dbac45eb
tree    65a651d40b5112c3466e1212f71b7a2bccbd074f
parent  d8000f2459fc8e6dba4cb32aad5991de87799da5
...
74
75
76
77
78
 
 
 
79
80
81
...
74
75
76
 
 
77
78
79
80
81
82
0
@@ -74,8 +74,9 @@ class << Dispatcher
0
   end
0
   
0
   def reset_application_with_plugins!
0
- reset_application_without_plugins!
0
- register_liquid_tags
0
+ returning reset_application_without_plugins! do
0
+ register_liquid_tags
0
+ end
0
   end
0
   
0
   alias_method_chain :reset_application!, :plugins

Comments

    No one has commented yet.