mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user