Fixed parser error.
authorRoland Haeder <roland@mxchange.org>
Tue, 7 Apr 2015 14:25:24 +0000 (16:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 7 Apr 2015 14:25:24 +0000 (16:25 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/io_stream/class_FileIoStream.php

index f6752b27f0c9d93bbf2f4029232b28d11092b569..f51884fd04f9a6244c736004e3b130ca3eb9eb98 100644 (file)
@@ -84,7 +84,7 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil
                                $fileInstance = ObjectFactory::createObjectByConfiguredName('file_raw_output_class', array($fileName, 'wb'));
                        } catch (FileIoException $e) {
                                // Bail out
-                               ApplicationEntryPoint::app_exit('The application has made a fatal error. Exception: ' $e->__toString() . ' with message: ' . $e->getMessage());
+                               ApplicationEntryPoint::app_exit('The application has made a fatal error. Exception: ' $e->__toString() . ' with message: ' . $e->getMessage());
                        }
                } // END - for