mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13713] Fix closure formatting
PHPBB3-13713
This commit is contained in:
parent
27b37f3881
commit
07130bf077
1 changed files with 2 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Reference in a new issue