diff options
| author | Ruslan Uzdenov <rxu@mail.ru> | 2009-06-18 11:43:16 +0000 |
|---|---|---|
| committer | Ruslan Uzdenov <rxu@mail.ru> | 2009-06-18 11:43:16 +0000 |
| commit | a4e817e32286125ccc3d85a11b0c8e990ab8697a (patch) | |
| tree | 90c2b200a9a6d7a19dd10812ac47891156c7747c /phpBB/docs | |
| parent | 7bee180a785a698818a3078f1791e3409bbed8d8 (diff) | |
| download | forums-a4e817e32286125ccc3d85a11b0c8e990ab8697a.tar forums-a4e817e32286125ccc3d85a11b0c8e990ab8697a.tar.gz forums-a4e817e32286125ccc3d85a11b0c8e990ab8697a.tar.bz2 forums-a4e817e32286125ccc3d85a11b0c8e990ab8697a.tar.xz forums-a4e817e32286125ccc3d85a11b0c8e990ab8697a.zip | |
Fix bug #10519 - "View user notes" and "Warn user" links shown even if modules disabled
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9617 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 e42d5b6d0c..afa25c6548 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] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)</li> <li>[Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)</li> <li>[Fix] Wrong description in UCP group managment implicates missing feature (Bug #19945 - 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> |
