Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-13230

Deprecated phpbb_clean_path() does not work anymore

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.1.0
    • 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
      		);

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: