1
0
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:
Joas Schilling
2014-07-08 17:53:32 +02:00
parent 633a517791
commit e3e236da72
3 changed files with 21 additions and 2 deletions

View File

@@ -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()