1
1
Fork 1

Fix error in AdminMailer#new_pending_account (#10264)

Dieser Commit ist enthalten in:
Eugen Rochko 2019-03-14 14:20:22 +01:00 committet von GitHub
Ursprung 6841d8fc74
Commit 874bd3ac0c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -15,8 +15,8 @@ class AdminMailer < ApplicationMailer
end
end
def new_pending_account(recipient, account)
@account = account
def new_pending_account(recipient, user)
@account = user.account
@me = recipient
@instance = Rails.configuration.x.local_domain