]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/file_io.php
Just a space removed
[shipsimu.git] / inc / file_io.php
index 5e4ba6a38292fb633f55954385e810c4bcdbdb53..7713c6371a7072924ba8c7eb4df44c3c0e7e3af1 100644 (file)
@@ -8,7 +8,7 @@
  * @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.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 = FileIoHandler::createFileIoHandler();
+$io = ObjectFactory::createObjectByConfiguredName('file_io_handler');
 
 // [EOF]
 ?>