mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
class phpbb_mock_session_testable extends \phpbb\session
|
||||
{
|
||||
private $_cookies = array();
|
||||
public $lang = [];
|
||||
|
||||
public function set_cookie($name, $data, $time, $httponly = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user