From c71236ff4d55605ce037c2f0c8b8fb3791f86ee0 Mon Sep 17 00:00:00 2001 From: rxu Date: Tue, 24 Aug 2010 21:53:10 +0800 Subject: [PATCH] [ticket/9117] Wrong redirection after login. Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so the last value override the previous one. PHPBB3-9117 --- phpBB/styles/prosilver/template/login_body.html | 2 +- phpBB/styles/subsilver2/template/login_body.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index fe111aaa45..e52ccd6434 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -32,11 +32,11 @@ + {S_LOGIN_REDIRECT}
 
{S_HIDDEN_FIELDS}
- {S_LOGIN_REDIRECT} diff --git a/phpBB/styles/subsilver2/template/login_body.html b/phpBB/styles/subsilver2/template/login_body.html index 51f7068b5f..503de9e69e 100644 --- a/phpBB/styles/subsilver2/template/login_body.html +++ b/phpBB/styles/subsilver2/template/login_body.html @@ -72,12 +72,12 @@ +{S_LOGIN_REDIRECT} colspan="2" align="center">{S_HIDDEN_FIELDS} {S_FORM_TOKEN} -{S_LOGIN_REDIRECT}