]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/file_io.php
Access level fixed, registry is able to return instances
[shipsimu.git] / inc / file_io.php
index 18b0cb4505a8cad613d3dcc3202323f960d9e843..e9472bbb4573367e8f9bdaed7f3609df762e3ba9 100644 (file)
@@ -4,7 +4,7 @@
  * the initialization was successfull or not because only some class
  * instances will we generated.
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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]
 ?>