X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=index.php;h=1956b02c17d14b1c0e9e27af45ab606cd0a60b73;hp=9cabcb0a844cabeadea6e465976870f6ee4bf10d;hb=7625f0ed496dbf1bb3efbb3bd327dbd0fd747af4;hpb=30d74f6c90bb37a58e10c8a789cd2b185f26a1fb diff --git a/index.php b/index.php index 9cabcb0..1956b02 100644 --- a/index.php +++ b/index.php @@ -68,7 +68,7 @@ class ApplicationEntryPoint { // Get some instances $tpl = FrameworkConfiguration::getInstance()->readConfig("tpl_engine"); $lang = LanguageSystem::getInstance(); - $io = FileIOHandler::getInstance(); + $io = FileIoHandler::getInstance(); // Is the template engine loaded? if ((class_exists($tpl)) && (is_object($lang)) && (is_object($io))) {