From 2ac9adaf795a65078b77a88de677fddf99b795d3 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 13 Aug 2018 17:06:54 +0200 Subject: [PATCH] add missing parameter to function call Signed-off-by: Bjoern Schiessle --- lib/Controller/SAMLController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php index 91f0423..f022d23 100644 --- a/lib/Controller/SAMLController.php +++ b/lib/Controller/SAMLController.php @@ -338,7 +338,7 @@ class SAMLController extends Controller { if ($this->SAMLSettings->allowMultipleUserBackEnds()) { $loginUrls['directLogin'] = [ - 'url' => $this->getDirectLoginUrl(), + 'url' => $this->getDirectLoginUrl($redirectUrl), 'display-name' => $this->l->t('Direct log in') ]; }