From 93719fa721262498f52d52d6909e24209465df3b Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sat, 23 Nov 2024 17:30:08 +0100 Subject: [PATCH] Remove mis-committed line --- .../Controllers/IdentityProviderController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/IdentityProviderController.php b/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/IdentityProviderController.php index 707696584..ef0570751 100644 --- a/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/IdentityProviderController.php +++ b/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/IdentityProviderController.php @@ -99,7 +99,6 @@ public function singleSignOnAction(Request $request, $idpName) $destination = ($authnRequest->getAssertionConsumerServiceURL() ? $authnRequest->getAssertionConsumerServiceURL() : $response->getDestination()); - $response->getDestination()); /* set the destination element of the response to the ACS URL */ $response->setDestination($destination);