X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Ffile_io.php;h=afb41612bd913bc05e750be7d25a86d00becaebe;hp=7713c6371a7072924ba8c7eb4df44c3c0e7e3af1;hb=b848cab53db89342f0a854a00be91cadbcff2967;hpb=425cd4dda06724de295f7762c27efc2e539c2a53 diff --git a/inc/file_io.php b/inc/file_io.php index 7713c63..afb4161 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -25,7 +25,7 @@ */ // Get the instance -$io = ObjectFactory::createObjectByConfiguredName('file_io_handler'); +$io = ObjectFactory::createObjectByConfiguredName('file_io_class'); // [EOF] ?>