From 79a4f0d14f169b82b0af213b18699ec36c0e0483 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Mon, 19 Feb 2024 11:58:16 +0100 Subject: [PATCH] Fix variable --- src/TestSuite/AuthSources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestSuite/AuthSources.php b/src/TestSuite/AuthSources.php index b7982b2..de0d14a 100644 --- a/src/TestSuite/AuthSources.php +++ b/src/TestSuite/AuthSources.php @@ -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;