diff --git a/package.json b/package.json index 8b98cd936..2ecee54df 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php index 3f6a174c9..b2835562f 100644 --- a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php +++ b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php @@ -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); }