mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Make a few functions truly static to fix the tests.
This commit is contained in:
@@ -39,7 +39,7 @@ class session
|
||||
*
|
||||
* @param string $root_path current root path (phpbb_root_path)
|
||||
*/
|
||||
function extract_current_page($root_path)
|
||||
static function extract_current_page($root_path)
|
||||
{
|
||||
$page_array = array();
|
||||
|
||||
|
Reference in New Issue
Block a user