Syntax error

This commit is contained in:
Raphael 2010-08-16 14:24:30 -07:00
parent e4af2ccb1f
commit fa2e621b0f

View file

@ -174,7 +174,7 @@ class User
Rails.logger.debug("Saving object: #{object}")
object.save
object.socket_to_uid( id) if (object.respond_to?(:socket_to_uid) && !self.owns?(object))
object.person.dispatch_comment object if (object.is_a?(Comment)
object.person.dispatch_comment object if object.is_a?(Comment)
end
end