mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
Bugfix: undefined call to parseStreamRecursive()
This commit is contained in:
parent
8f79a4c34b
commit
53f8abc311
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ abstract class Parser
|
|||
|
||||
$oSubPart = new Part;
|
||||
|
||||
$oSubPart->parseStreamRecursive($rStreamHandle,
|
||||
static::parseStreamRecursive($oSubPart, $rStreamHandle,
|
||||
$iOffset, $sPrevBuffer, $sBuffer, $aBoundaryStack, $bIsOef, true);
|
||||
|
||||
$oPart->SubParts->append($oSubPart);
|
||||
|
|
Loading…
Reference in a new issue