1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fix for emotes and PM

This commit is contained in:
Cameron
2016-05-06 08:25:12 -07:00
parent 72891ca226
commit 5c3b486adc

View File

@@ -4619,7 +4619,7 @@ class e_emotefilter
{
private $search;
private $replace;
private $emotes;
public $emotes;
function __construct()
{
@@ -4713,7 +4713,7 @@ class e_emotefilter
}
function buildRegex($code)
private function buildRegex($code)
{
$code = quotemeta($code);