Small fix (1.9.0.323)

This commit is contained in:
RainLoop Team 2015-05-08 01:48:54 +04:00
parent 935fed3aef
commit 7a9ff78051
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}