This commit is contained in:
Raphael 2010-08-26 11:13:44 -07:00
parent 7911357210
commit f186dd98c8

View file

@ -64,7 +64,7 @@ class Comment
else
Rails.logger.warn "Received comment has no person"
end
verify_signature(creator_signature, person) && verify_signature(post_creator_signator, post.person)
verify_signature(creator_signature, person) && verify_signature(post_creator_signature, post.person)
end
protected