1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-04 19:27:54 +02:00

Merge pull request from lonalore/master

Issue : chatbox_menu: PHP Fatal error: Call to a member function toH...
This commit is contained in:
Cameron 2015-02-20 00:10:45 -08:00
commit 5eda1d3096

@ -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);
}