Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 874bd3ac rédigé par Eugen Rochko's avatar Eugen Rochko Validation de GitHub
Parcourir les fichiers

Fix error in AdminMailer#new_pending_account (#10264)

parent 6841d8fc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -15,8 +15,8 @@ class AdminMailer < ApplicationMailer ...@@ -15,8 +15,8 @@ class AdminMailer < ApplicationMailer
end end
end end
def new_pending_account(recipient, account) def new_pending_account(recipient, user)
@account = account @account = user.account
@me = recipient @me = recipient
@instance = Rails.configuration.x.local_domain @instance = Rails.configuration.x.local_domain
......
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