1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 15:11:40 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2024-07-28 20:32:05 +02:00

View File

@@ -50,7 +50,7 @@ class acp_logs
$pagination = $phpbb_container->get('pagination'); $pagination = $phpbb_container->get('pagination');
// Delete entries if requested and able // 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)) if (confirm_box(true))
{ {