diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-04-03 10:47:07 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-04-03 10:47:07 +0200 |
| commit | e3ebdbd79baa31b64ab724a76c2b80e907f3b367 (patch) | |
| tree | 3c0df579f7942984e80a800c144da64c6a6522cc /phpBB/includes/functions.php | |
| parent | 3e5236dcd62f1d0b18cd3c92661a2287b5bbf2d6 (diff) | |
| parent | 43774ef423d205250181c7413585ecd4d9ad6388 (diff) | |
| download | forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.gz forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.bz2 forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.xz forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.zip | |
Merge branch 'develop-olympus' into git-tools
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 5878c1977d..4f52c7c2ce 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4257,7 +4257,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 'S_TOPIC_ID' => $topic_id, 'S_LOGIN_ACTION' => ((!defined('ADMIN_START')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login') : append_sid("index.$phpEx", false, true, $user->session_id)), - 'S_LOGIN_REDIRECT' => build_hidden_fields(array('redirect' => str_replace('&', '&', build_url()))), + 'S_LOGIN_REDIRECT' => build_hidden_fields(array('redirect' => build_url())), 'S_ENABLE_FEEDS' => ($config['feed_enable']) ? true : false, 'S_ENABLE_FEEDS_OVERALL' => ($config['feed_overall']) ? true : false, |
