Fixed parser error.
authorRoland Haeder <roland@mxchange.org>
Wed, 4 Jun 2014 21:26:19 +0000 (23:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 4 Jun 2014 21:26:19 +0000 (23:26 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php

index 39aa4efe1368858d9fcbfc35d5dade3bbac1e9dd..fb1762ad437c8f954037700ad4671773b715f5fd 100644 (file)
@@ -225,7 +225,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP
                $this->validateFilePointer();
 
                // Get file's data
-               $fileData = fstat($this->getPointer())
+               $fileData = fstat($this->getPointer());
 
                // Make sure the required array key is there
                assert(isset($fileData['size']));