Skip to content

Commit

Permalink
jhedstrom#446 Fix coding standards warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei committed Dec 13, 2017
1 parent 606dd7f commit d49a3da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ public function fastLogout()
{
$session = $this->getSession();
if ($session->isStarted()) {
$session->reset();
$this->userManager->setCurrentUser(FALSE);
$session->reset();
$this->userManager->setCurrentUser(false);
}
}
}

0 comments on commit d49a3da

Please sign in to comment.