aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/CHANGELOG.html
diff options
context:
space:
mode:
authorU-H-PC\H <kellanved@phpbb.com>2010-03-28 14:37:31 +0200
committerU-H-PC\H <kellanved@phpbb.com>2010-03-28 14:37:31 +0200
commit9be61f9e53fef972e8f3b37186050814a9488790 (patch)
treec3e33431109d3e19094c89318b8654b55fdd1d05 /phpBB/docs/CHANGELOG.html
parentd79cff235c761d10c148eb1434ce72289f4327a0 (diff)
downloadforums-9be61f9e53fef972e8f3b37186050814a9488790.tar
forums-9be61f9e53fef972e8f3b37186050814a9488790.tar.gz
forums-9be61f9e53fef972e8f3b37186050814a9488790.tar.bz2
forums-9be61f9e53fef972e8f3b37186050814a9488790.tar.xz
forums-9be61f9e53fef972e8f3b37186050814a9488790.zip
[bug/59425] Correctly check for double inclusion in captcha garbage collection
The check to avoid the double inclusion of the captcha factory class in the garbage collection code was faulty, checking for "captcha_factory" instead of "phpbb_captcha_factory". TerryE pointed the problem out, thanks!
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-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 08f8be32fd..1cdbe310e8 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -101,6 +101,7 @@
<li>[Fix] Minor language fixes. (Bug #54855)</li>
<li>[Fix] Parsing urls in signatures properly uses config settings. (Bug #57105)</li>
<li>[Fix] Allow multibyte keys in request_var(). (Bug #51555)</li>
+ <li>[Fix] Fix inclusion check for captcha garbage collection (Bug #59425)</li>
<li>[Fix] Prevent wrong tar archive type detection. (Bug #12531)</li>
<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>