From 8e02f9bd7d84dd798cae37e880db1c70fb323acb Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sun, 15 Sep 2013 16:44:09 -0500 Subject: [ticket/11832] Correct ROOT_PATH variable PHPBB3-11832 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index b28e808606..d0344b7866 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5330,7 +5330,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 'SID' => $SID, '_SID' => $_SID, 'SESSION_ID' => $user->session_id, - 'ROOT_PATH' => $phpbb_root_path, + 'ROOT_PATH' => $web_path, 'BOARD_URL' => $board_url, 'L_LOGIN_LOGOUT' => $l_login_logout, -- cgit v1.2.1