mirror of
https://github.com/e107inc/e107.git
synced 2025-05-04 19:27:54 +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:
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user