mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 06:38:43 +01:00
[ticket/16138] Eliminate redundant parameters from board URLs
Fix whitespace PHPBB3-16138
This commit is contained in:
parent
62f59fa59d
commit
bb24d619d2
@ -107,7 +107,6 @@ switch ($mode)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
// 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)))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user