1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

#5079 PHP 8.2 notice removal

This commit is contained in:
camer0n
2023-09-18 13:43:43 -07:00
parent e904dd99d5
commit cb1bbc7f3c
2 changed files with 3 additions and 1 deletions

View File

@@ -4769,7 +4769,7 @@ class e107
if (is_array($input))
{
return array_walk($input, array('self', 'filter_request'), $type);
return array_walk($input, array(self::class, 'filter_request'), $type);
}

View File

@@ -275,6 +275,8 @@ class e_parse
private $blockTags = array();
private $scriptAccess = false; // nobody.
private $replaceVars;
private $replaceUnset;
/**
* Constructor - keep it public for backward compatibility