Skip to content
Extraits de code Groupes Projets
Valider fa2e621b rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Syntax error

parent e4af2ccb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter