Fix undeclared variable in Content\Text\BBCode

This commit is contained in:
Hypolite Petovan 2018-02-14 20:25:23 -05:00
parent 029df40b87
commit ee380c3149
1 changed files with 1 additions and 1 deletions

View File

@ -1135,7 +1135,7 @@ class BBCode
break;
case 4:
$headline .= '<br /><b>' . html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8');
$headline = '<br /><b>' . html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8');
$headline .= L10n::t('<a href="%1$s" target="_blank">%2$s</a> %3$s', $link, $userid, $posted);
$headline .= ":</b><br />";