mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Merge pull request #902 from lonalore/master
Issue #901: chatbox_menu: PHP Fatal error: Call to a member function toH...
This commit is contained in:
@@ -76,6 +76,7 @@ if(!class_exists('chatbox_shortcodes'))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
$tp = e107::getParser();
|
||||||
$cb_nick = $tp -> toHTML($cb_nick,FALSE,'USER_TITLE, emotes_off, no_make_clickable');
|
$cb_nick = $tp -> toHTML($cb_nick,FALSE,'USER_TITLE, emotes_off, no_make_clickable');
|
||||||
$cb_nick = str_replace("Anonymous", LAN_ANONYMOUS, $cb_nick);
|
$cb_nick = str_replace("Anonymous", LAN_ANONYMOUS, $cb_nick);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user