X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fresponse%2Fhttp%2Fclass_HttpResponse.php;h=d26b33bc21791af0216c7680db30931c5f2aa0c6;hp=7dc2e468bf5f78d62a906ba838aef2d70ecaf0ab;hb=df2e651915deb67dc47b37943afb31298d185dc9;hpb=25f3d336c291b783f803f0795a610a509fcbaf54 diff --git a/inc/classes/main/response/http/class_HttpResponse.php b/inc/classes/main/response/http/class_HttpResponse.php index 7dc2e468..d26b33bc 100644 --- a/inc/classes/main/response/http/class_HttpResponse.php +++ b/inc/classes/main/response/http/class_HttpResponse.php @@ -51,6 +51,9 @@ class HttpResponse extends BaseResponse implements Responseable { // Initialize the template engine here $responseInstance->initTemplateEngine($applicationInstance); + // Init web output instance + $responseInstance->initWebOutputInstance(); + // Return the prepared instance return $responseInstance; }