mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Legacy textparse class removed. Separate emote and profanity classes.
This commit is contained in:
@@ -388,7 +388,7 @@ class bbcode_shortcodes extends e_shortcode
|
||||
|
||||
function renderEmotes()
|
||||
{
|
||||
$emotes = e107::getParser()->getEmotes();
|
||||
$emotes = e107::getEmote()->getList();
|
||||
$pref = e107::getPref();
|
||||
$text = "";
|
||||
|
||||
|
Reference in New Issue
Block a user