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 !
fix issue where articles keep using the user's set filters

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1515 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Aug 06 14:07:33 -0700 2006
commit  41f6b601702364e828aff6c221b892d5aabc9256
tree    f8572e91e9459f043007a66d02dfbcc7cfda6ab4
parent  0478b969ae060145f197d14d0682f7712a60b41e
...
129
130
131
132
 
133
134
135
...
129
130
131
 
132
133
134
135
0
@@ -129,7 +129,7 @@ class Article < Content
0
   end
0
 
0
   def set_default_filters_from(filtered_object)
0
- set_filters_from(filtered_object) if read_attribute(:filters).nil?
0
+ set_filters_from(filtered_object) if read_attribute(:filters).blank?
0
   end
0
 
0
   def set_default_filters!

Comments

    No one has commented yet.