Skip to content
Snippets Groups Projects
Unverified Commit 42c4322c authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix reported statuses not being included in warning e-mail (#14778)

parent fa0c71f0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment