mirror of
https://github.com/e107inc/e107.git
synced 2025-05-10 22:25:37 +02:00
Issue #901: chatbox_menu: PHP Fatal error: Call to a member function toHTML() on a non-object.
This commit is contained in:
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user