X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=753e54afef0c09cffd916413bb5bc1b00a937ca9;hp=61d5347327fde61f06cd9ded6066776cb11dd523;hb=fd5598626e163040b19bf8e153d4898a49038b23;hpb=c6edcfe27f630eb68192783b155795273da28c2d diff --git a/index.php b/index.php index 61d53473..753e54af 100644 --- a/index.php +++ b/index.php @@ -91,7 +91,7 @@ final class ApplicationEntryPoint { $templateInstance = NULL; // Get response instance - $responseInstance = ApplicationHelper::getSelfInstance()->getResponseInstance(); + $responseInstance = FrameworkBootstrap::getResponseInstance(); // Is the template engine loaded? if ((class_exists($tpl)) && (is_object($languageInstance))) {