aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-06-09 18:09:29 +0000
committerChris Smith <toonarmy@phpbb.com>2009-06-09 18:09:29 +0000
commit7650b6526f6338236ce41640896015b9e17e4c0f (patch)
treec80d929faec6d5760b5e1876e133ecead23fa6db /phpBB/docs
parent1f05faf25c41d940ce1210225e2321b7ccaf0365 (diff)
downloadforums-7650b6526f6338236ce41640896015b9e17e4c0f.tar
forums-7650b6526f6338236ce41640896015b9e17e4c0f.tar.gz
forums-7650b6526f6338236ce41640896015b9e17e4c0f.tar.bz2
forums-7650b6526f6338236ce41640896015b9e17e4c0f.tar.xz
forums-7650b6526f6338236ce41640896015b9e17e4c0f.zip
Fix a regression introduced in r9470 #45895
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9567 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 d03e186664..0dbf238a3b 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -97,6 +97,7 @@
<li>[Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)</li>
<li>[Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)</li>
<li>[Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)</li>
+ <li>[Fix] Correctly apply the can change vote permission again. Regression intorduced in r9470. (Bug #45895)</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>[Feature] Backported 3.2 captcha plugins.</li>