-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-RC6
-
Fix Version/s: 3.1.0
-
Component/s: None
-
Labels:None
-
GitHub Pull Request URL:
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
|
);
|