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:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user