1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-10 22:25:37 +02:00

Issue : chatbox_menu: PHP Fatal error: Call to a member function toHTML() on a non-object.

This commit is contained in:
Lóna Lore 2015-02-20 08:17:23 +01:00
parent ce5137fc6e
commit 15865aa907

@ -76,6 +76,7 @@ if(!class_exists('chatbox_shortcodes'))
}
else
{
$tp = e107::getParser();
$cb_nick = $tp -> toHTML($cb_nick,FALSE,'USER_TITLE, emotes_off, no_make_clickable');
$cb_nick = str_replace("Anonymous", LAN_ANONYMOUS, $cb_nick);
}