Added missing directories/config entries
[shipsimu.git] / application / selector / starter.php
index 48141e85a9bf59e6a056b952935e2187e7234f65..4c59f6dd62b126204b9bf0d4acdf55d79a1d756d 100644 (file)
@@ -46,7 +46,7 @@ if ((empty($app)) || (is_null($app))) {
        ));
 }
 
-// Call the entry point method
+// Call user function
 call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array());
 
 // [EOF]