mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08:00
Bugfix #787 Typed property MailSo\Mail\MessageListParams::$bUseThreads must not be accessed before initialization
This commit is contained in:
parent
ba460584bd
commit
1cff18218e
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ class MessageListParams
|
|||
public string
|
||||
$sFolderName,
|
||||
$sSearch,
|
||||
$sSort;
|
||||
$sSort = '';
|
||||
|
||||
public ?\MailSo\Cache\CacheClient
|
||||
$oCacher = null;
|
||||
|
||||
public bool
|
||||
$bUseSortIfSupported = false,
|
||||
$bUseThreads,
|
||||
$bUseThreads = false,
|
||||
$bHideDeleted = true;
|
||||
|
||||
protected int
|
||||
|
|
Loading…
Reference in a new issue