1
0
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:
Cameron
2021-01-14 17:26:15 -08:00
parent f7fdf19e24
commit d51f5cb936
8 changed files with 257 additions and 276 deletions

View File

@@ -388,7 +388,7 @@ class bbcode_shortcodes extends e_shortcode
function renderEmotes()
{
$emotes = e107::getParser()->getEmotes();
$emotes = e107::getEmote()->getList();
$pref = e107::getPref();
$text = "";