mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
Bugfix: Typed property MailSo\Mail\MessageListParams::$sSearch must not be accessed before initialization
This commit is contained in:
parent
1a71309b81
commit
e9504baa12
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class MessageListParams
|
|||
{
|
||||
public string
|
||||
$sFolderName,
|
||||
$sSearch,
|
||||
$sSearch = '',
|
||||
$sSort = '';
|
||||
|
||||
public ?\MailSo\Cache\CacheClient
|
||||
|
|
Loading…
Reference in a new issue