Skip to content

Commit

Permalink
Fixed to blog post preview issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Sep 29, 2010
1 parent b39c2c5 commit 3c9ed37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/modules/blog/app/models/blog/blog_post.rb
Expand Up @@ -185,7 +185,7 @@ def self.get_content_description
end

def preview
self.revision.preview.blank? ? self.body_content : self.preview_content
self.revision.preview
end

def self.get_content_options
Expand Down

0 comments on commit 3c9ed37

Please sign in to comment.