mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Bugfix: i broke the ImapClient Fetch callbacks
This commit is contained in:
parent
bb4822c9cf
commit
a3312aed70
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ trait Messages
|
||||||
} else if (\is_array($mFetchKey) && 2 === \count($mFetchKey)
|
} else if (\is_array($mFetchKey) && 2 === \count($mFetchKey)
|
||||||
&& \is_string($mFetchKey[0]) && \is_callable($mFetchKey[1]))
|
&& \is_string($mFetchKey[0]) && \is_callable($mFetchKey[1]))
|
||||||
{
|
{
|
||||||
|
$aFetchItems[] = $mFetchKey[0];
|
||||||
$this->aFetchCallbacks[$mFetchKey[0]] = $mFetchKey[1];
|
$this->aFetchCallbacks[$mFetchKey[0]] = $mFetchKey[1];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue