mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
git-svn-id: file:///svn/phpbb/trunk@7945 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -275,7 +275,8 @@ p a {
|
||||
<li>[Fix] Properly display the subscribe link in topic and forum display for Oracle (Bug #13583)</li>
|
||||
<li>[Change] Add version number to ACP index (Bug #13703)</li>
|
||||
<li>[Fix] Quick-Mod tools now retaining the start parameter (Bug #13537)</li>
|
||||
<li>[Fix] Several fixes for custom profile fields on multi-lingual boards </li>
|
||||
<li>[Fix] Several fixes for custom profile fields on multi-lingual boards (Bugs #13763, #13527, #13525, #11515)</li>
|
||||
<li>[Fix] Return to the mode previously selected after disaproving a post (Bug #13796)</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
@@ -733,7 +733,7 @@ function disapprove_post($post_id_list, $id, $mode)
|
||||
trigger_error('NOT_AUTHORISED');
|
||||
}
|
||||
|
||||
$redirect = request_var('redirect', build_url(array('t', 'mode', '_f_', 'quickmod')) . '&mode=unapproved_topics');
|
||||
$redirect = request_var('redirect', build_url(array('t', 'mode', '_f_', 'quickmod')) . "&mode=$mode");
|
||||
$reason = utf8_normalize_nfc(request_var('reason', '', true));
|
||||
$reason_id = request_var('reason_id', 0);
|
||||
$success_msg = $additional_msg = '';
|
||||
|
Reference in New Issue
Block a user