X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=033718d949958c02f9eb54fee8e5cfe9d24cb094;hp=be6499dc3f5d7e7a0cfa9beaff4199b913e5bdf7;hb=8a21e1ffb5dec3e25ae578eab611b7f14c68d649;hpb=d6e26d0565685dbdba5ba14dd7e9c44c26b1378e diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index be6499dc..033718d9 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -3097,10 +3097,11 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { if ($flushHeader === TRUE) { // Flush header $this->flushFileHeader(); + + // Seek to old position + $this->seekToOldPosition(); } // END - if - // Seek to old position - $this->seekToOldPosition(); //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] EXIT!', __METHOD__, __LINE__)); }