Skip to content

Commit

Permalink
fixed small bug in logout
Browse files Browse the repository at this point in the history
  • Loading branch information
subfission committed Dec 29, 2015
1 parent 1907d36 commit 0463a25
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 0463a25

Please sign in to comment.