1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/13713] Fix closure formatting

PHPBB3-13713
This commit is contained in:
lavigor
2018-07-30 03:03:45 +03:00
committed by Marc Alexander
parent 27b37f3881
commit 07130bf077

View File

@@ -148,7 +148,8 @@ class mention_helper
return TextFormatterUtils::replaceAttributes(
$xml,
'MENTION',
function ($attributes) use ($profile_urls) {
function ($attributes) use ($profile_urls)
{
if (isset($attributes['type']) && isset($attributes['id']))
{
$type = $attributes['type'];