Changeset

13688:3ff2027e5880

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 13 Feb 2025 17:05:51 +0000
parents 13686:31050d7be3aa (current diff) 13687:a00d0e2dc33a (diff)
children 13691:8c0db1524dd9
files
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua	Thu Feb 13 16:21:10 2025 +0000
+++ b/plugins/mod_admin_shell.lua	Thu Feb 13 17:05:51 2025 +0000
@@ -1822,8 +1822,6 @@
 
 	local primary_role_desc = primary_role and primary_role.name or "<none>";
 
-	local secondary_roles = um.get_user_secondary_roles(username, host);
-
 	print(primary_role and primary_role.name or "<none>");
 
 	local n_secondary = 0;