Registration stub added, naming convention applied, support for PHP code (keep it...
[shipsimu.git] / index.php
index 9cabcb0a844cabeadea6e465976870f6ee4bf10d..1956b02c17d14b1c0e9e27af45ab606cd0a60b73 100644 (file)
--- 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))) {