mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 = new Part;
|
||||||
|
|
||||||
$oSubPart->parseStreamRecursive($rStreamHandle,
|
static::parseStreamRecursive($oSubPart, $rStreamHandle,
|
||||||
$iOffset, $sPrevBuffer, $sBuffer, $aBoundaryStack, $bIsOef, true);
|
$iOffset, $sPrevBuffer, $sBuffer, $aBoundaryStack, $bIsOef, true);
|
||||||
|
|
||||||
$oPart->SubParts->append($oSubPart);
|
$oPart->SubParts->append($oSubPart);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue