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