mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 03:36:31 +02:00
[ticket/16138] Eliminate redundant parameters from board URLs
Fix whitespace PHPBB3-16138
This commit is contained in:
@ -107,7 +107,6 @@ switch ($mode)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// If the user is not allowed to delete the post, we try to soft delete it, so we overwrite the mode here.
|
// If the user is not allowed to delete the post, we try to soft delete it, so we overwrite the mode here.
|
||||||
if ($mode == 'delete' && (($confirm && !$request->is_set_post('delete_permanent')) || !$auth->acl_gets('f_delete', 'm_delete', $forum_id)))
|
if ($mode == 'delete' && (($confirm && !$request->is_set_post('delete_permanent')) || !$auth->acl_gets('f_delete', 'm_delete', $forum_id)))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user