add domainid to result-list of Emails.get(); fix typo in EmailAccounts.add(); enhance debugging in Database-class

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-12 15:52:34 +01:00
parent 54deec87d0
commit a7523bbdea
3 changed files with 9 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ class EmailAccounts extends ApiCommand implements ResourceEntity
`customerid` = :cid,
`email` = :email,
`username` = :username," . (Settings::Get('system.mailpwcleartext') == '1' ? '`password` = :password, ' : '') . "
`password_enc` = :password_end,
`password_enc` = :password_enc,
`homedir` = :homedir,
`maildir` = :maildir,
`uid` = :uid,