X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffile_io.php;h=e9472bbb4573367e8f9bdaed7f3609df762e3ba9;hb=aef78a7e2a6f3aa9c25927a4fead453479d8442a;hp=5e4ba6a38292fb633f55954385e810c4bcdbdb53;hpb=da516c3d08eed6ecc7e38bb99419971033432e69;p=shipsimu.git diff --git a/inc/file_io.php b/inc/file_io.php index 5e4ba6a..e9472bb 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -25,7 +25,7 @@ */ // Get the instance -$io = FileIoHandler::createFileIoHandler(); +$io = ObjectFactory::createObjectByConfiguredName('file_io_handler'); // [EOF] ?>