From 91301bcd3194aa16525946714dc4cd4e76fd3bb8 Mon Sep 17 00:00:00 2001 From: Mitan Omar <22119228+MitanOmar@users.noreply.github.com> Date: Wed, 1 May 2019 05:23:46 +0200 Subject: [PATCH] Update g_users.php --- includes/adm/g_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adm/g_users.php b/includes/adm/g_users.php index dd2f0f7..208a5de 100755 --- a/includes/adm/g_users.php +++ b/includes/adm/g_users.php @@ -699,7 +699,7 @@ case 'group_acl': } $acls[] = array( - 'acl_title' => 'acl_title' => !empty( $lang['ACLS_' . strtoupper($row['acl_name'])] ) ? $lang['ACLS_' . strtoupper($row['acl_name'])] : $olang['ACLS_' . strtoupper($row['acl_name'])], + 'acl_title' => !empty( $lang['ACLS_' . strtoupper($row['acl_name'])] ) ? $lang['ACLS_' . strtoupper($row['acl_name'])] : $olang['ACLS_' . strtoupper($row['acl_name'])], 'acl_name' => $row['acl_name'], 'acl_can' => (int) $row['acl_can'] );