Small fixes

This commit is contained in:
RainLoop Team 2016-05-06 22:06:16 +03:00
parent b6fcd8e992
commit 768ce1d85e
5 changed files with 90 additions and 90 deletions

View file

@ -1256,7 +1256,9 @@ class ServiceActions
$this->oActions->SetSpecAuthToken($sAuthAccountHash);
}
$sResult = $this->compileAppData($this->oActions->AppData($bAdmin, 'mobile' === $sAdd, $sAuthAccountHash), false);
$sResult = $this->compileAppData($this->oActions->AppData($bAdmin,
0 === \strpos($sAdd, 'mobile'), '1' === \substr($sAdd, -1),
$sAuthAccountHash), false);
$this->Logger()->Write($sResult, \MailSo\Log\Enumerations\Type::INFO, 'APPDATA');