From 342fa14d5821b97762ef7057a4c5d3d22e39da38 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Mon, 2 Sep 2024 15:08:16 +0200 Subject: fix broken merge in cfa7ce8a69fc98c5ac12047ebc4391d46bed07ae on branch 5.4 --- lib/classes/auth_plugins/StudipAuthShib.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/auth_plugins/StudipAuthShib.class.php b/lib/classes/auth_plugins/StudipAuthShib.class.php index bc29c3f..d2ef9ae 100644 --- a/lib/classes/auth_plugins/StudipAuthShib.class.php +++ b/lib/classes/auth_plugins/StudipAuthShib.class.php @@ -18,7 +18,7 @@ class StudipAuthShib extends StudipAuthSSO public $local_domain; public $session_initiator; public $validate_url; - public ?string $logout_url = null; + public $logout_url = null; public $userdata; public $username_attribute = 'username'; -- cgit v1.0