mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03: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…
Add table
Add a link
Reference in a new issue