]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/file_io.php
response=??? renamed to request=???
[shipsimu.git] / inc / file_io.php
index 7713c6371a7072924ba8c7eb4df44c3c0e7e3af1..0a5ec9b4c36f4cd86e7c1d1343700a9c5f914a78 100644 (file)
@@ -6,7 +6,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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
  *
@@ -25,7 +25,7 @@
  */
 
 // Get the instance
-$io = ObjectFactory::createObjectByConfiguredName('file_io_handler');
+$io = ObjectFactory::createObjectByConfiguredName('file_io_class');
 
 // [EOF]
 ?>