diff options
author | U-H-PC\H <kellanved@phpbb.com> | 2010-03-28 14:17:42 +0200 |
---|---|---|
committer | U-H-PC\H <kellanved@phpbb.com> | 2010-03-28 14:17:42 +0200 |
commit | 6cfb4c82dd4f81cade9b75fb730ebe8c2343b709 (patch) | |
tree | 52a454d58342b489315b17b3fa8c6cff01edceeb /phpBB/docs/CHANGELOG.html | |
parent | d79cff235c761d10c148eb1434ce72289f4327a0 (diff) | |
download | forums-6cfb4c82dd4f81cade9b75fb730ebe8c2343b709.tar forums-6cfb4c82dd4f81cade9b75fb730ebe8c2343b709.tar.gz forums-6cfb4c82dd4f81cade9b75fb730ebe8c2343b709.tar.bz2 forums-6cfb4c82dd4f81cade9b75fb730ebe8c2343b709.tar.xz forums-6cfb4c82dd4f81cade9b75fb730ebe8c2343b709.zip |
[bug/58465] The redirect hidden field is now XHTML conform
The result of build_url was falsely un-entitized.
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 08f8be32fd..fabf2dad4f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,6 +105,7 @@ <li>[Fix] Correct redirection after login to forum not in web root (Bug #58755)</li> <li>[Fix] Allow setting parent forums regardless of permission settings. (Bug #57415)</li> <li>[Fix] Redirect search engines that access pages with SIDs in the URL. (Bug #58025)</li> + <li>[Fix] Fix incorrect ampersand encoding in redirect parameter. (Bug #58465)</li> <li>[Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)</li> <li>[Feature] The memcache acm plugin now supports multiple memcache servers.</li> </ul> |