We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4d033 commit c271d38Copy full SHA for c271d38
src/Controller/ConsentAdmin.php
@@ -180,7 +180,7 @@ public function main(Request $request): Template
180
}
181
182
// Get user ID
183
- $userid_attributename = $cA_config->getOptionalString('identifyingAttribute', 'eduPersonPrincipalName');
+ $userid_attributename = $this->moduleConfig->getOptionalString('identifyingAttribute', 'eduPersonPrincipalName');
184
$userids = $attributes[$userid_attributename];
185
186
if (empty($userids)) {
0 commit comments