mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
public string
|
||||||
$sFolderName,
|
$sFolderName,
|
||||||
$sSearch,
|
$sSearch = '',
|
||||||
$sSort = '';
|
$sSort = '';
|
||||||
|
|
||||||
public ?\MailSo\Cache\CacheClient
|
public ?\MailSo\Cache\CacheClient
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue