mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Small fixes
This commit is contained in:
parent
b6fcd8e992
commit
768ce1d85e
5 changed files with 90 additions and 90 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue