Update g_users.php

This commit is contained in:
Mitan Omar
2019-05-01 05:23:46 +02:00
committed by GitHub
parent cb898f44d4
commit 91301bcd31

View File

@@ -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']
);