Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 19, 2024
1 parent 0878631 commit 79a4f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/AuthSources.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function invokeTest(): void
// We need to do some convertions from Negotiate > LDAP
switch ($authSourceData['fallback']) {
case 'ldap:Ldap':
$authSourceData = $this->authSourceConfig->getValue(authSourceData['fallback']);
$authSourceData = $this->authSourceConfig->getValue($authSourceData['fallback']);
default:
// Not implemented
continue 3;
Expand Down

0 comments on commit 79a4f0d

Please sign in to comment.