]> git.mxchange.org Git - core.git/commitdiff
No block instance here ...
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Jun 2014 21:16:37 +0000 (23:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Jun 2014 21:16:37 +0000 (23:16 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php

index 05d064d8de3a670e6f686f5f9d08f49bdf9838a2..9781a00dfb8cad1d7ee0e99619c5a52c5b442f33 100644 (file)
@@ -136,7 +136,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP
                $this->seek($seekPosition);
 
                // Then write the data at that position
-               return $this->getBlockInstance()->writeToFile($data);
+               return $this->writeToFile($data);
        }
 
        /**