Skip to content

Commit

Permalink
Merge pull request joomla#30418 from degobbis/jdev/passForceNewToSess…
Browse files Browse the repository at this point in the history
…ionGetFormToken

[4.0] Pass param $forceNew to session methode getFormToken
  • Loading branch information
rdeutz committed Oct 27, 2020
2 parents 7338e55 + d7d0e0b commit 06c4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Application/CMSApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ public function getFormToken($forceNew = false)
/** @var Session $session */
$session = $this->getSession();

return $session->getFormToken();
return $session->getFormToken($forceNew);
}

/**
Expand Down

0 comments on commit 06c4693

Please sign in to comment.