Skip to content

Commit 0b7985d

Browse files
Fixed typo.
1 parent 283914a commit 0b7985d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo1/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$auth->login($returnTo);
2828
} else if (isset($_GET['slo'])) {
2929
$returnTo = null;
30-
$paramters = array();
30+
$parameters = array();
3131
$nameId = null;
3232
$sessionIndex = null;
3333
$nameIdFormat = null;
@@ -42,7 +42,7 @@
4242
$nameIdFormat = $_SESSION['samlNameIdFormat'];
4343
}
4444

45-
$auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat);
45+
$auth->logout($returnTo, $parameters, $nameId, $sessionIndex, false, $nameIdFormat);
4646

4747
# If LogoutRequest ID need to be saved in order to later validate it, do instead
4848
# $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);

0 commit comments

Comments
 (0)