Skip to content

Commit

Permalink
Merge pull request #193 from lionick/fix_entitlements_ldap
Browse files Browse the repository at this point in the history
fix variable name
  • Loading branch information
NicolasLiampotis authored Oct 10, 2022
2 parents f3bdf62 + 2d25cb8 commit b954fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugin/LdapProvisioner/Lib/LdapSyncEntitlements.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static function ($value) use ($voName) {

//CakeLog::write('debug', __METHOD__ . "::retrieveCOPersonData voRoles[{$voName}] => " . print_r($vo_roles, true), LOG_DEBUG);

$this->couEntitlementAssemble($vo_roles, $voName, "", null, $this->nested_cous_path);
$this->couEntitlementAssemble($vo_roles, $voName, "", null, $this->nested_cous_paths);
// XXX Remove the ones already done
unset($cou_memberships[$idx]);
}
Expand Down

0 comments on commit b954fcf

Please sign in to comment.