Merge remote branch 'tomk/721-wrong-person-link-when-creating-comment'

This commit is contained in:
Raphael 2011-01-04 16:14:39 -08:00
commit 0e55b0bf44

View file

@ -28,7 +28,7 @@ class CommentsController < ApplicationController
:partial => 'comments/comment',
:locals => { :hash => {
:comment => @comment,
:person => current_user,
:person => current_user.person,
}}
)
}