diff --git a/Classes/Services/OAuth2LoginService.php b/Classes/Services/OAuth2LoginService.php index 5214c8f..cb2d305 100644 --- a/Classes/Services/OAuth2LoginService.php +++ b/Classes/Services/OAuth2LoginService.php @@ -75,7 +75,7 @@ public function initAuth( $this->authenticationInformation['db_groups']['table'] = (($subType = 'getUserBe') ? 'be_groups' : 'fe_groups'); $this->dbUser = $this->authenticationInformation['db_user']; - if (!isset($_SESSION) && $_GET['loginProvider'] === '1529672977') { + if (!isset($_SESSION) && ($_GET['loginProvider'] ?? '') === '1529672977') { @session_start(); } }