Restore preshare prepending in BBCode::convertShare
Fixes #5955 Follow-up to #5942
This commit is contained in:
parent
a1919992b9
commit
ee32cf6b92
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ class BBCode extends BaseObject
|
||||||
$attributes['avatar'] = ProxyUtils::proxifyUrl($attributes['avatar'], false, ProxyUtils::SIZE_THUMB);
|
$attributes['avatar'] = ProxyUtils::proxifyUrl($attributes['avatar'], false, ProxyUtils::SIZE_THUMB);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $callback($attributes, $author_contact, $match[3], trim($match[1]) != '');
|
return $match[1] . $callback($attributes, $author_contact, $match[3], trim($match[1]) != '');
|
||||||
},
|
},
|
||||||
$text
|
$text
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue