mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03: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
|
public string
|
||||||
$sFolderName,
|
$sFolderName,
|
||||||
$sSearch,
|
$sSearch,
|
||||||
$sSort;
|
$sSort = '';
|
||||||
|
|
||||||
public ?\MailSo\Cache\CacheClient
|
public ?\MailSo\Cache\CacheClient
|
||||||
$oCacher = null;
|
$oCacher = null;
|
||||||
|
|
||||||
public bool
|
public bool
|
||||||
$bUseSortIfSupported = false,
|
$bUseSortIfSupported = false,
|
||||||
$bUseThreads,
|
$bUseThreads = false,
|
||||||
$bHideDeleted = true;
|
$bHideDeleted = true;
|
||||||
|
|
||||||
protected int
|
protected int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue