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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user