mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12834] Correctly match directories in session page
Also clean path before working with it PHPBB3-12834
This commit is contained in:
@@ -17,7 +17,7 @@ class phpbb_viewonline_helper_test extends phpbb_test_case
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->viewonline_helper = new \phpbb\viewonline_helper();
|
||||
$this->viewonline_helper = new \phpbb\viewonline_helper(new \phpbb\filesystem());
|
||||
}
|
||||
|
||||
public function session_pages_data()
|
||||
|
Reference in New Issue
Block a user