1
0
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:
v12mike 2020-01-12 22:47:06 -05:00 committed by Marc Alexander
parent 62f59fa59d
commit bb24d619d2
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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)))
{