1
0
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:
Nils Adermann
2010-03-06 04:41:49 +01:00
parent 797a9ed28c
commit 9d28bcd308
2 changed files with 8 additions and 8 deletions

View File

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