PMCORE-3951
This commit is contained in:
@@ -2561,7 +2561,6 @@ class LdapAdvanced
|
||||
->where('GRP_STATUS', '=', 'ACTIVE')
|
||||
->where('GRP_TITLE', '=', $title)
|
||||
->orderBy('GRP_ID', 'ASC')
|
||||
->get()
|
||||
->first();
|
||||
if (!empty($groupWf)) {
|
||||
return $groupWf->GRP_UID;
|
||||
|
||||
Reference in New Issue
Block a user