Registration stub added, naming convention applied, support for PHP code (keep it...
[shipsimu.git] / application / selector / class_ApplicationHelper.php
index 7f721c36d5a8e5c1b02da00487dc6aef2ae9f3b8..feafd2489e39815195a031b898502b13abb7e421 100644 (file)
@@ -179,7 +179,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
         */
        public final function entryPoint () {
                // Get a prepared instance of ApplicationSelector
-               $selInstance = ApplicationSelector::createApplicationSelector(LanguageSystem::getInstance(), FileIOHandler::getInstance());
+               $selInstance = ApplicationSelector::createApplicationSelector(LanguageSystem::getInstance(), FileIoHandler::getInstance());
 
                // Remove the ignore list from the object
                $selInstance->removeDirIgnoreList();