mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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 New Issue
Block a user