Skip to content

Commit

Permalink
remove token from response
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Jul 6, 2020
1 parent 4e2c580 commit da7a77d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions administrator/components/com_finder/src/Response/Response.php
Expand Up @@ -41,9 +41,6 @@ public function __construct($state)
Log::addLogger($options);
}

// The old token is invalid so send a new one.
$this->token = Factory::getSession()->getFormToken();

// Check if we are dealing with an error.
if ($state instanceof \Exception)
{
Expand Down

0 comments on commit da7a77d

Please sign in to comment.