mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for emotes and PM
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user