aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-06-18 10:44:38 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-06-18 10:44:38 +0000
commitca1be2bf25eab8b601e763faf8d3de9eada68e60 (patch)
tree186ed9b2b1a6740404032225c90ced869c9570d5 /phpBB/docs
parent737812dc448967179a2d286243bdb9ac8c41371f (diff)
downloadforums-ca1be2bf25eab8b601e763faf8d3de9eada68e60.tar
forums-ca1be2bf25eab8b601e763faf8d3de9eada68e60.tar.gz
forums-ca1be2bf25eab8b601e763faf8d3de9eada68e60.tar.bz2
forums-ca1be2bf25eab8b601e763faf8d3de9eada68e60.tar.xz
forums-ca1be2bf25eab8b601e763faf8d3de9eada68e60.zip
Fix bug #39875 - Empty error message in UCP folder management when creating folder without name
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9612 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 76d8a909ef..8a7114d1a7 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -116,6 +116,7 @@
<li>[Fix] Do not display birthdays of banned users (Bug #20625 - Patch by nickvergessen)</li>
<li>[Fix] Fix function to recalculate Nested Sets (Bug #41555 - Patch by EXreaction)</li>
<li>[Fix] Display and highlight already used rank images while assigning new rank (Bug #22665 - Patch by nickvergessen)</li>
+ <li>[Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - 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>