Bugfix #787 Typed property MailSo\Mail\MessageListParams::$bUseThreads must not be accessed before initialization

This commit is contained in:
the-djmaze 2022-12-29 11:03:43 +01:00
parent ba460584bd
commit 1cff18218e

View file

@ -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