Skip to content

Commit

Permalink
Merge pull request #257 from bananastalktome/patch-2
Browse files Browse the repository at this point in the history
Fix logout args to fix #256
  • Loading branch information
danielbachhuber authored Aug 18, 2021
2 parents c72d545 + 8508766 commit 0fcbe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-wp-saml-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function action_wp_logout() {
$args = array(
'parameters' => array(),
'nameId' => null,
'sessionId' => null,
'sessionIndex' => null,
);
/**
* Permit the arguments passed to the logout() method to be customized.
Expand Down

0 comments on commit 0fcbe9a

Please sign in to comment.