From 4e04ee0f22f2e3deffea98e2a9b0a17e699cdc63 Mon Sep 17 00:00:00 2001 From: Linty Date: Mon, 11 Aug 2025 15:23:12 +0200 Subject: [PATCH] issue #2386 fix activity link in admin group list --- admin/group_list.php | 2 -- admin/themes/default/template/group_list.tpl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/admin/group_list.php b/admin/group_list.php index fbdb8e832..1cdcde2b2 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -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++; } diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 39e159e2c..707a290da 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -87,7 +87,7 @@ usersCache.selectize(jQuery('select.UserSearch')); - {'Activity'|@translate} + {'Activity'|@translate}