]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/response/image/class_ImageResponse.php
Continued:
[core.git] / framework / main / classes / response / image / class_ImageResponse.php
index a2fc7a065b5a34ee367f681aeca2c886ea5a9219..976fe75e2cef8ba104e1dc520ed17c044b6a9cbf 100644 (file)
@@ -54,6 +54,9 @@ class ImageResponse extends BaseResponse implements Responseable {
                // Get a new instance
                $responseInstance = new ImageResponse();
 
+               // Init web output instance
+               $responseInstance->initWebOutputInstance();
+
                // Return the prepared instance
                return $responseInstance;
        }