Also call initWebOutputInstance() here.
authorRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 23:00:57 +0000 (01:00 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 23:00:57 +0000 (01:00 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/response/image/class_ImageResponse.php

index 3cd50146d77d4307dca372598466260362d2da48..05d275d2870138d627e36b2a4d76895952ec24cb 100644 (file)
@@ -54,6 +54,9 @@ class ImageResponse extends BaseResponse implements Responseable {
                // Initialize the template engine here
                $responseInstance->initTemplateEngine($applicationInstance);
 
+               // Init web output instance
+               $responseInstance->initWebOutputInstance();
+
                // Return the prepared instance
                return $responseInstance;
        }