mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 20:22:18 +00:00
Fix error in AdminMailer#new_pending_account (#10264)
This commit is contained in:
parent
6841d8fc74
commit
874bd3ac0c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue