mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +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(
|
return TextFormatterUtils::replaceAttributes(
|
||||||
$xml,
|
$xml,
|
||||||
'MENTION',
|
'MENTION',
|
||||||
function ($attributes) use ($profile_urls) {
|
function ($attributes) use ($profile_urls)
|
||||||
|
{
|
||||||
if (isset($attributes['type']) && isset($attributes['id']))
|
if (isset($attributes['type']) && isset($attributes['id']))
|
||||||
{
|
{
|
||||||
$type = $attributes['type'];
|
$type = $attributes['type'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue