diff options
author | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-26 22:53:19 +0000 |
---|---|---|
committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-26 22:53:19 +0000 |
commit | f78594b59d14a3451feb1af0de90a22cfe2b5b1c (patch) | |
tree | ffe48cafdac07af60fa2934b421912705f4071a3 /phpBB/docs | |
parent | 4b176e6ca71e3e05157631372945f4917439b15b (diff) | |
download | forums-f78594b59d14a3451feb1af0de90a22cfe2b5b1c.tar forums-f78594b59d14a3451feb1af0de90a22cfe2b5b1c.tar.gz forums-f78594b59d14a3451feb1af0de90a22cfe2b5b1c.tar.bz2 forums-f78594b59d14a3451feb1af0de90a22cfe2b5b1c.tar.xz forums-f78594b59d14a3451feb1af0de90a22cfe2b5b1c.zip |
Fixed bug #40565 – Missing end " in quote bb tag deletes text
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9304 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6fd2da068a..907dab34c5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -89,6 +89,7 @@ <ul> <li>[Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)</li> <li>[Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)</li> + <li>[Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)</li> <li>[Fix] Missing read permission from calls to phpbb_chmod()</li> <li>[Fix] Correctly display future dates (Bug #38755)</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> |