1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +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 $search;
private $replace; private $replace;
private $emotes; public $emotes;
function __construct() function __construct()
{ {
@@ -4713,7 +4713,7 @@ class e_emotefilter
} }
function buildRegex($code) private function buildRegex($code)
{ {
$code = quotemeta($code); $code = quotemeta($code);