Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Jul 28, 2024
2 parents 1444a1a + 1e28669 commit 21b90bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/includes/acp/acp_logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function main($id, $mode)
$pagination = $phpbb_container->get('pagination');

// Delete entries if requested and able
if (($deletemark || $deleteall) && $auth->acl_get('a_clearlogs'))
if (($deleteall || ($deletemark && count($marked))) && $auth->acl_get('a_clearlogs'))
{
if (confirm_box(true))
{
Expand Down

0 comments on commit 21b90bd

Please sign in to comment.