X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffile_io.php;h=e9472bbb4573367e8f9bdaed7f3609df762e3ba9;hb=7f126edad9d95a1bf63bb828fd7e0b54bfa3aa74;hp=de20bf54ca2f348bb2f05706e53d7384fcc56971;hpb=7625f0ed496dbf1bb3efbb3bd327dbd0fd747af4;p=shipsimu.git diff --git a/inc/file_io.php b/inc/file_io.php index de20bf5..e9472bb 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -4,7 +4,7 @@ * the initialization was successfull or not because only some class * instances will we generated. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version @@ -25,7 +25,7 @@ */ // Get the instance -$io = FileIoHandler::createFileIoHandler(); +$io = ObjectFactory::createObjectByConfiguredName('file_io_handler'); // [EOF] ?>