Fixed: [FiFoFileStack:439] Method getHeaderSize() is unsupported or should not be...
authorRoland Haeder <roland@mxchange.org>
Sat, 31 May 2014 11:51:48 +0000 (13:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 31 May 2014 11:51:48 +0000 (13:51 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/class_BaseFile.php

index 806745d11c2a8716d35a7cda0ac08ec80005baa8..72e9dbac511399c5761be34de6af20640e6355d9 100644 (file)
@@ -846,7 +846,7 @@ y    * @return      void
                $isValid = ((is_string($data)) && (strlen($data) > 0));
 
                // Get header size
-               $headerSize = $this->getBlockInstance()->getHeaderSize();
+               $headerSize = $this->getHeaderSize();
 
                // Is the seek position at or beyond the header?
                if ($seekPosition >= $headerSize) {