mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
Merge remote-tracking branch 'callumacrae/ticket/10402' into develop-olympus
* callumacrae/ticket/10402: [ticket/10402] Fixed a formatting issue with report details.
This commit is contained in:
commit
6155707071
@ -148,6 +148,7 @@ class mcp_reports
|
|||||||
|
|
||||||
$message = bbcode_nl2br($message);
|
$message = bbcode_nl2br($message);
|
||||||
$message = smiley_text($message);
|
$message = smiley_text($message);
|
||||||
|
$report['report_text'] = make_clickable(bbcode_nl2br($report['report_text']));
|
||||||
|
|
||||||
if ($post_info['post_attachment'] && $auth->acl_get('u_download') && $auth->acl_get('f_download', $post_info['forum_id']))
|
if ($post_info['post_attachment'] && $auth->acl_get('u_download') && $auth->acl_get('f_download', $post_info['forum_id']))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user