mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Bugfix: Argument 9 passed to MailSo\Mail\MailClient::MessageList() must be of the type int, string given
https://github.com/the-djmaze/snappymail/issues/143#issuecomment-918543318
This commit is contained in:
parent
e93dc9201d
commit
577c5f426e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ trait Messages
|
|||
$sSearch = '';
|
||||
$iUidNext = 0;
|
||||
$bUseThreads = false;
|
||||
$iThreadUid = '';
|
||||
$iThreadUid = 0;
|
||||
$sSort = '';
|
||||
|
||||
$sRawKey = $this->GetActionParam('RawKey', '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue