Commit 1a6ce713 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1230 Reverting change: ob_start() is not required at this point.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 7debbadf
......@@ -486,7 +486,6 @@ class WBXMLEncoder extends WBXMLDefs {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("WBXMLEncoder->processMultipart() with %d parts to be processed", $this->getBodypartsCount()));
$len = ob_get_length();
$buffer = ob_get_clean();
ob_start();
$nrBodyparts = $this->getBodypartsCount();
$blockstart = (($nrBodyparts + 1) * 2) * 4 + 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment