Skip to content

Commit

Permalink
Merge pull request #14 from subfission/xmas-update
Browse files Browse the repository at this point in the history
fixed small bug in logout
  • Loading branch information
subfission committed Dec 29, 2015
2 parents 6e4b5c7 + 0463a25 commit e83030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subfission/Cas/CasManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function getCurrentUser()
return $this->user();
}

public function logout($params)
public function logout($params = "")
{
if (phpCAS::isSessionAuthenticated()) {
phpCAS::logout($params);
Expand Down

0 comments on commit e83030b

Please sign in to comment.