X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=753e54afef0c09cffd916413bb5bc1b00a937ca9;hb=fc0b718d5c258e187b226e2a088769e5d14fcc1f;hp=61d5347327fde61f06cd9ded6066776cb11dd523;hpb=c6edcfe27f630eb68192783b155795273da28c2d;p=core.git 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))) {