From 1cff18218ef6420c775e9a6128c0049c2036d887 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 29 Dec 2022 11:03:43 +0100 Subject: [PATCH] Bugfix #787 Typed property MailSo\Mail\MessageListParams::$bUseThreads must not be accessed before initialization --- .../v/0.0.0/app/libraries/MailSo/Mail/MessageListParams.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MessageListParams.php b/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MessageListParams.php index 2fa828a72..ed3c31ce7 100644 --- a/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MessageListParams.php +++ b/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MessageListParams.php @@ -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