aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-08-30 11:56:15 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-08-30 11:56:15 +0000
commit2ad1abe0eedb9348bcb624eed23aba15c4ca94fe (patch)
treef531d33d541edc86303a07e364f58e20045ca730 /phpBB/docs
parentfd24241044338f9210319398ae10bc6ad02983ea (diff)
downloadforums-2ad1abe0eedb9348bcb624eed23aba15c4ca94fe.tar
forums-2ad1abe0eedb9348bcb624eed23aba15c4ca94fe.tar.gz
forums-2ad1abe0eedb9348bcb624eed23aba15c4ca94fe.tar.bz2
forums-2ad1abe0eedb9348bcb624eed23aba15c4ca94fe.tar.xz
forums-2ad1abe0eedb9348bcb624eed23aba15c4ca94fe.zip
Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific module is enabled.
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10065 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 e7df10eba0..fd0c1364db 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -200,6 +200,7 @@
<li>[Fix] Correctly orientate Control-Panel-Navigation background-image on RTL languages. (Bug #49945)</li>
<li>[Fix] Sort private messages by message time and not message id. (Bug #50015)</li>
<li>[Fix] Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)</li>
+ <li>[Fix] Only show "Add friend" and "Add foe" links if the specific module is enabled. (Bug #50475)</li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</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>