Skip to content
Extraits de code Groupes Projets
Valider 5e2fdedf rédigé par maxwell's avatar maxwell
Parcourir les fichiers

MS removed another logging of encrypted data....

parent 4fe4326e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -35,7 +35,7 @@ class PublicsController < ApplicationController ...@@ -35,7 +35,7 @@ class PublicsController < ApplicationController
begin begin
@user = Person.first(:id => params[:id]).owner @user = Person.first(:id => params[:id]).owner
rescue NoMethodError => e rescue NoMethodError => e
Rails.logger.error("Received post #{params[:xml]} for nonexistent person #{params[:id]}") Rails.logger.error("Received post for nonexistent person #{params[:id]}")
return return
end end
@user.receive_salmon params[:xml] @user.receive_salmon params[:xml]
......
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