mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'gn36/ticket/11292' into develop-olympus
* gn36/ticket/11292: [ticket/11292] Fix: Newlines removed in display of PM reports
This commit is contained in:
commit
c8dd12e5f4
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class mcp_pm_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 ($pm_info['message_attachment'] && $auth->acl_get('u_pm_download'))
|
if ($pm_info['message_attachment'] && $auth->acl_get('u_pm_download'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue