Fix reported statuses not being included in warning e-mail (#14778)
This commit is contained in:
parent
fa0c71f0d9
commit
42c4322ce7
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class Admin::AccountAction
|
|||
end
|
||||
|
||||
def status_ids
|
||||
@report.status_ids if @report && include_statuses
|
||||
report.status_ids if report && include_statuses
|
||||
end
|
||||
|
||||
def reports
|
||||
|
|
Loading…
Reference in a new issue