Browse Source
Fix reported statuses not being included in warning e-mail (#14778)
closed-social-v3
Eugen Rochko
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/models/admin/account_action.rb
|
@ -142,7 +142,7 @@ class Admin::AccountAction |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
def status_ids |
|
|
def status_ids |
|
|
@report.status_ids if @report && include_statuses |
|
|
|
|
|
|
|
|
report.status_ids if report && include_statuses |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
def reports |
|
|
def reports |
|
|