mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -4407,7 +4407,7 @@ class e_emotefilter {
|
||||
var $replace;
|
||||
var $emotes;
|
||||
|
||||
function e_emotefilter() /* constructor */
|
||||
function __construct() /* constructor */
|
||||
{
|
||||
$pref = e107::getPref();
|
||||
|
||||
@@ -4495,7 +4495,7 @@ class e_profanityFilter
|
||||
{
|
||||
var $profanityList;
|
||||
|
||||
function e_profanityFilter()
|
||||
function __construct()
|
||||
{
|
||||
global $pref;
|
||||
|
||||
|
Reference in New Issue
Block a user