Skip to content

Commit aceca5a

Browse files
committed
fixed typo
Signed-off-by: Spitap <dev@asdrip.fr>
1 parent 05b982d commit aceca5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ public function backChannelLogout(string $providerIdentifier, string $logout_tok
942942
// here we know the sid is not set so the sub is set
943943
$sub = $logoutTokenPayload->sub;
944944
try {
945-
$oidcSessionsToKill[] = $this->sessionMapper->findSessionsBySubAndIss($sub, $iss);
945+
$oidcSessionsToKill = $this->sessionMapper->findSessionsBySubAndIss($sub, $iss);
946946
} catch (\OCP\Db\Exception $e) {
947947
$this->logger->debug('[BackchannelLogout] Database failure while trying to retrieve user session (sub+iss)');
948948
}

0 commit comments

Comments
 (0)