diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-03-06 04:41:49 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-03-06 04:41:49 +0100 |
| commit | 9d28bcd30812e0706536988cb6e43118f3dc5851 (patch) | |
| tree | e6c003d2d9c7fc0a27966522089effa52f8bd840 /phpBB/includes/session.php | |
| parent | 797a9ed28cdf6fa9e42f92bfb0891dee7fc7d8b6 (diff) | |
| download | forums-9d28bcd30812e0706536988cb6e43118f3dc5851.tar forums-9d28bcd30812e0706536988cb6e43118f3dc5851.tar.gz forums-9d28bcd30812e0706536988cb6e43118f3dc5851.tar.bz2 forums-9d28bcd30812e0706536988cb6e43118f3dc5851.tar.xz forums-9d28bcd30812e0706536988cb6e43118f3dc5851.zip | |
Make a few functions truly static to fix the tests.
Diffstat (limited to 'phpBB/includes/session.php')
| -rw-r--r-- | phpBB/includes/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 11f1896332..b3f9edb0cf 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -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(); |
