More object are configureable, cache initially added
[shipsimu.git] / application / ship-simu / class_ApplicationHelper.php
index b925ebdff6c92f83ce317baef7a3880d9f0f68d9..6a94ebad143e1dacfa49d7943a7f1039cee40ed8 100644 (file)
@@ -182,7 +182,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
         */
        public final function entryPoint () {
                // Create a new request object
-               $requestInstance = HttpRequest::createHttpRequest();
+               $requestInstance = ObjectFactory::createObjectByName('HttpRequest');
 
                // ... and a new response object
                $responseInstance = HttpResponse::createHttpResponse($this);