mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/10344] Add attachment icons to list of reported and queued posts/topics
PHPBB3-10344
This commit is contained in:
@@ -293,6 +293,7 @@ class mcp_pm_reports
|
||||
'REPORT_TIME' => $user->format_date($row['report_time']),
|
||||
|
||||
'RECIPIENTS' => implode(', ', $address_list[$row['msg_id']]),
|
||||
'ATTACH_ICON_IMG' => ($auth->acl_get('u_download') && $row['message_attachment']) ? $user->img('icon_topic_attach', $user->lang['TOTAL_ATTACHMENTS']) : '',
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user