aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/CHANGELOG.html
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:09:54 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:09:54 +0000
commitd42e5a71d23093a4cce4b1a56b7482670258476d (patch)
treeb01f5edcb87082950b4b0e215202cdffa913fae5 /phpBB/docs/CHANGELOG.html
parentb3af455c6ada043b5f1a18379b33938cfa2709dc (diff)
downloadforums-d42e5a71d23093a4cce4b1a56b7482670258476d.tar
forums-d42e5a71d23093a4cce4b1a56b7482670258476d.tar.gz
forums-d42e5a71d23093a4cce4b1a56b7482670258476d.tar.bz2
forums-d42e5a71d23093a4cce4b1a56b7482670258476d.tar.xz
forums-d42e5a71d23093a4cce4b1a56b7482670258476d.zip
Fix bug #49625 - Performing actions in Main MCP tab does not return correctly
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10002 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-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 682e1c97cb..a605f3a164 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -194,6 +194,7 @@
<li>[Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)</li>
<li>[Fix] Fixed incorrect &quot;topic does not exist&quot; when unapproved posts were visited without global moderator permissions. (Bug #47795)</li>
<li>[Fix] Prevent style switcher from blocking the tab key. (Bug #49335)</li>
+ <li>[Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)</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>