mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
v2.7.1
This commit is contained in:
parent
c7b1a92ebf
commit
5816c08e11
6 changed files with 18 additions and 18 deletions
|
|
@ -337,7 +337,7 @@ trait Folders
|
|||
{
|
||||
$sFolder = $this->GetActionParam('Folder', '');
|
||||
$iPrevUidNext = (int) $this->GetActionParam('UidNext', 0);
|
||||
$aFlagsUids = \array_filter(\array_map('intval', $this->GetActionParam('FlagsUids', []))) ?: [];
|
||||
$aFlagsUids = \array_filter(\array_map('intval', $this->GetActionParam('FlagsUids', []) ?: []));
|
||||
|
||||
$this->initMailClientConnection();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue