aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-07-14 20:40:45 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-07-14 20:40:45 +0000
commit33033ad12555377a9b50cfbeb72b683ddd56b893 (patch)
treeb26c765b423ac7e4a0c9c0314a7a6b81254a27c2 /phpBB/docs
parente3866c939d78b925844cd61d6ad567988f24e42d (diff)
downloadforums-33033ad12555377a9b50cfbeb72b683ddd56b893.tar
forums-33033ad12555377a9b50cfbeb72b683ddd56b893.tar.gz
forums-33033ad12555377a9b50cfbeb72b683ddd56b893.tar.bz2
forums-33033ad12555377a9b50cfbeb72b683ddd56b893.tar.xz
forums-33033ad12555377a9b50cfbeb72b683ddd56b893.zip
Fix Bug #45675 - Do not allow setting group as default group for pending user
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9759 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 5f79341a14..7676d73607 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -156,6 +156,7 @@
<li>[Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)</li>
<li>[Fix] Force full date for PMs print-view (Patch by nickvergessen)</li>
<li>[Fix] Fix &quot;Always show a scrollbar for short pages&quot; for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)</li>
+ <li>[Fix] Do not allow setting group as default group for pending user (Bug #45675 - Patch by nickvergessen)</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>