aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-08-04 10:04:54 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-08-04 10:04:54 +0000
commitc8daec7c8239fab1cc45eb94829a1a99fd646d46 (patch)
tree7b71254e80db275237555eeed3c9739bbc99987f /phpBB/docs
parent1f871950d8bbefe59e18c00ea3238591c0b73807 (diff)
downloadforums-c8daec7c8239fab1cc45eb94829a1a99fd646d46.tar
forums-c8daec7c8239fab1cc45eb94829a1a99fd646d46.tar.gz
forums-c8daec7c8239fab1cc45eb94829a1a99fd646d46.tar.bz2
forums-c8daec7c8239fab1cc45eb94829a1a99fd646d46.tar.xz
forums-c8daec7c8239fab1cc45eb94829a1a99fd646d46.zip
Fix Bug #49035 - Fix general error while registration, through undefined variable $config in validate_referer (Patch by wjvriend)
Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9917 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 875dbf1400..1ba713b1b9 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -186,6 +186,7 @@
<li>[Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)</li>
<li>[Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)</li>
<li>[Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)</li>
+ <li>[Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>