X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffile_io.php;h=0a5ec9b4c36f4cd86e7c1d1343700a9c5f914a78;hb=4392fbc6c1c211896c93020bd64201326211b8bc;hp=e9472bbb4573367e8f9bdaed7f3609df762e3ba9;hpb=b4a01b4e5ea1ce826b6df34f4619f6310c77cd02;p=shipsimu.git diff --git a/inc/file_io.php b/inc/file_io.php index e9472bb..0a5ec9b 100644 --- a/inc/file_io.php +++ b/inc/file_io.php @@ -6,9 +6,9 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.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 = ObjectFactory::createObjectByConfiguredName('file_io_handler'); +$io = ObjectFactory::createObjectByConfiguredName('file_io_class'); // [EOF] ?>