aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-18 13:21:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-18 13:21:16 +0000
commit80254760d1aeb57d36a68039621b3998b83deaef (patch)
tree8e42185d0f1224208a83172219b9c9cee8683cfb /phpBB/docs
parent6e3aadae808b21ad726ad5caeadafc5ef163bc28 (diff)
downloadforums-80254760d1aeb57d36a68039621b3998b83deaef.tar
forums-80254760d1aeb57d36a68039621b3998b83deaef.tar.gz
forums-80254760d1aeb57d36a68039621b3998b83deaef.tar.bz2
forums-80254760d1aeb57d36a68039621b3998b83deaef.tar.xz
forums-80254760d1aeb57d36a68039621b3998b83deaef.zip
Do not allow setting forums parent to the forum itself. (Bug #18855)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8870 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 0d45c5f5ca..a2eae1961f 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -113,6 +113,7 @@
<li>[Fix] Expand shown ban reason in unban screen to fully show long entries. (Bug #16234)</li>
<li>[Fix] Preserve alpha transparency for created thumbnails. (Bug #16575)</li>
<li>[Fix] Use correct port delimiter for MSSQL connections in windows. (Bug #16615)</li>
+ <li>[Fix] Do not allow setting forums parent to the forum itself. (Bug #18855)</li>
<li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li>
<li>[Change] Display warning in ACP if config.php file is left writable.</li>