Skip to content

Commit

Permalink
Update commands/role.bee.inc
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Price <[email protected]>
  • Loading branch information
nico8948 and yorkshire-pudding authored Jun 26, 2024
1 parent 9505805 commit 4ef27b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/role.bee.inc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function role_bee_command() {
*/
function roles_bee_callback($arguments, $options) {
$rows = array();
// Get a list of all roles including the anonymous role.
$roles = user_roles(TRUE);
unset($roles['authenticated']);
if (!empty($options['role'])) {
Expand Down

0 comments on commit 4ef27b4

Please sign in to comment.