Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbx committed Jun 19, 2012
1 parent 53c0c11 commit 61a23e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/refinery/blog/admin/posts_controller.rb
Expand Up @@ -79,7 +79,8 @@ def create

protected
def find_post
@post = Refinery::Blog::Post.find_by_slug_or_id(params[:id])
#@post = Refinery::Blog::Post.find_by_slug_or_id(params[:id])
@post = Refinery::Blog::Post.with_globalize.find(params[:id])
end

def find_all_categories
Expand Down

0 comments on commit 61a23e7

Please sign in to comment.