mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Fix more errors
This commit is contained in:
parent
08ecf2c9a4
commit
12ed714a9e
5 changed files with 13 additions and 17 deletions
|
@ -94,7 +94,7 @@ class Trust extends BaseModule
|
|||
// exception wanted!
|
||||
throw $e;
|
||||
} catch (\Exception $e) {
|
||||
$this->logger->warning('Unexpected error during authentication.', ['user' => $this->session->getLocalUserId(), 'exception' => $exception]);
|
||||
$this->logger->warning('Unexpected error during authentication.', ['user' => $this->session->getLocalUserId(), 'exception' => $e]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue