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

@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.9.0",
"release": "322",
"release": "323",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "gulpfile.js",

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