-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-RC6
-
None
-
None
Missing the request object in the constructor of the path helper:
$phpbb_path_helper = new phpbb\path_helper(
|
new phpbb\symfony_request(
|
new phpbb\request\request()
|
),
|
new phpbb\filesystem(),
|
$phpbb_root_path,
|
$phpEx
|
);
|