From 7a9ff78051561e45af8b4548bc23dad972370db5 Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Fri, 8 May 2015 01:48:54 +0400 Subject: [PATCH] Small fix (1.9.0.323) --- package.json | 2 +- rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }