diff options
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 bf15a0b3ca..39fe8e9f1d 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -76,7 +76,7 @@ class session // We are on the base level (phpBB root == webroot), lets adjust the variables a bit... if (!$root_script_path) { - $root_script_path = ($page_dir) ? str_replace($page_dir, '', $script_path) : $script_path;; + $root_script_path = ($page_dir) ? str_replace($page_dir, '', $script_path) : $script_path; } $page_array += array( |