X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffile_io.php;h=afb41612bd913bc05e750be7d25a86d00becaebe;hb=58e0fb00204ed031ec9d312b0fa0f6f693711aae;hp=eb37543bf75e85766cfbbf0a85a3b9146b4ea964;hpb=1d128d8532290e84885d09d2d3f0060abd08e49e;p=shipsimu.git diff --git a/inc/file_io.php b/inc/file_io.php index eb37543..afb4161 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -4,11 +4,11 @@ * the initialization was successfull or not because only some class * instances will we generated. * - * @author Roland Haeder - * @version 0.3.0 + * @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 - * @link http://www.mxchange.org + * @link http://www.ship-simu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ */ // Get the instance -$io = FileIOHandler::createFileIOHandler(); +$io = ObjectFactory::createObjectByConfiguredName('file_io_class'); // [EOF] ?>