]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/file_directories/class_BaseFile.php
Renamed more and moved code to Block interface.
[core.git] / inc / classes / main / file_directories / class_BaseFile.php
index 3da2dc02ae57ca81a832c3bf79d2841085a7630e..c596fcb4a31f4ce8891b9cb9cc9b12b00fae5e29 100644 (file)
@@ -480,7 +480,7 @@ y    * @return      void
 
                // Wait until a entry/block separator has been found
                $data = $this->getBackBuffer();
-               while ((!$this->isEndOfFileReached()) && (!$this->getBlockInstance()->isBlockSeparatorFound($data))) {
+               while ((!$this->isEndOfFileReached()) && (!self::isBlockSeparatorFound($data))) {
                        // Then read the block
                        $data .= $this->read($length);
                        //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('data()=' . strlen($data));