issue #2386 fix activity link in admin group list

This commit is contained in:
Linty
2025-08-11 15:23:12 +02:00
parent 818233cd5e
commit 4e04ee0f22
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -102,8 +102,6 @@ SELECT u.'. $conf['user_fields']['username'].' AS username
)
);
$template->assign('U_ACTIVITY', get_root_url().'admin.php?page=user_activity&group='.$row['id']);
$group_counter++;
}