Skip to content

Commit

Permalink
Merge pull request #9 from zalfarero/master
Browse files Browse the repository at this point in the history
adding $stay
  • Loading branch information
djaney committed May 3, 2016
2 parents 25fa9b8 + 9b5261c commit dd36099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Service/Saml2.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct($config){
);
parent::__construct($settings);
}
public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = null){
parent::logout($returnTo, $parameters, $nameId, $sessionIndex);
public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = null, $stay=false){
parent::logout($returnTo, $parameters, $nameId, $sessionIndex, $stay);
}
}

0 comments on commit dd36099

Please sign in to comment.