mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Update g_users.php
This commit is contained in:
@@ -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']
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user