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
$sFolderName,
$sSearch,
$sSort;
$sSort = '';
public ?\MailSo\Cache\CacheClient
$oCacher = null;
public bool
$bUseSortIfSupported = false,
$bUseThreads,
$bUseThreads = false,
$bHideDeleted = true;
protected int