Skip to content

Commit fc80cf6

Browse files
committed
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
2 parents 1611bd4 + b08d33c commit fc80cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/admin/user_list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ function modify_filter($user_id, $url_params, $row)
564564
$is_admin = in_array($user_id, $_admins_list);
565565
$statusname = api_get_status_langvars();
566566
$user_is_anonymous = false;
567-
$current_user_status_label = $row['7'];
567+
$current_user_status_label = $statusname[$row['7']];
568568

569569
if ($current_user_status_label == $statusname[ANONYMOUS]) {
570570
$user_is_anonymous = true;

0 commit comments

Comments
 (0)