Fix error in AdminMailer#new_pending_account (#10264)
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user