]> git.mxchange.org Git - hub.git/blobdiff - inc/file_io.php
Code merge from latest Ship-Simu code
[hub.git] / inc / file_io.php
index 5e4ba6a38292fb633f55954385e810c4bcdbdb53..e9472bbb4573367e8f9bdaed7f3609df762e3ba9 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 // Get the instance
-$io = FileIoHandler::createFileIoHandler();
+$io = ObjectFactory::createObjectByConfiguredName('file_io_handler');
 
 // [EOF]
 ?>