diff options
author | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-23 06:19:08 +0000 |
---|---|---|
committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-23 06:19:08 +0000 |
commit | 185102bc01c021a68f0951308435e8fd99fbdca2 (patch) | |
tree | f453f5234ac0eb0d1d300673992038a57f367ee1 /phpBB/docs/CHANGELOG.html | |
parent | 71039008474e678959a432db1868faf5d6a3cb71 (diff) | |
download | forums-185102bc01c021a68f0951308435e8fd99fbdca2.tar forums-185102bc01c021a68f0951308435e8fd99fbdca2.tar.gz forums-185102bc01c021a68f0951308435e8fd99fbdca2.tar.bz2 forums-185102bc01c021a68f0951308435e8fd99fbdca2.tar.xz forums-185102bc01c021a68f0951308435e8fd99fbdca2.zip |
Fixed bug #40325 - Friend/foe system displays posts made
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9297 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-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 d24b512709..23bc728b7e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -88,6 +88,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 read permission from calls to phpbb_chmod()</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> |