mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Small fix (1.9.0.323)
This commit is contained in:
parent
935fed3aef
commit
7a9ff78051
2 changed files with 2 additions and 2 deletions
|
|
@ -1271,7 +1271,7 @@ class Actions
|
|||
* @return \RainLoop\Model\Account|bool
|
||||
* @throws \RainLoop\Exceptions\ClientException
|
||||
*/
|
||||
private function getAccountFromToken($bThrowExceptionOnFalse = true)
|
||||
public function getAccountFromToken($bThrowExceptionOnFalse = true)
|
||||
{
|
||||
return $this->GetAccountFromCustomToken($this->getAuthToken(), $bThrowExceptionOnFalse);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue