]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/file_io.php
Login and auth classes added. WARNING: All class config entries must end with _class!
[shipsimu.git] / inc / file_io.php
index 7713c6371a7072924ba8c7eb4df44c3c0e7e3af1..afb41612bd913bc05e750be7d25a86d00becaebe 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 // Get the instance
-$io = ObjectFactory::createObjectByConfiguredName('file_io_handler');
+$io = ObjectFactory::createObjectByConfiguredName('file_io_class');
 
 // [EOF]
 ?>