Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13230

Deprecated phpbb_clean_path() does not work anymore

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 3.1.0-RC6
    • 3.1.0
    • None
    • None

    Description

      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
      		);

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: