Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 11 Apr 2018 20:34:53 +0000 (22:34 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 11 Apr 2018 20:34:53 +0000 (22:34 +0200)
commit9a62415e59d249f13512f41181f4406680e3d5fd
tree3b36c429bd0d6c9f103dc323acbd7c5d1a283d0e
parente137daa3a06f4b9e3767db913854c609383e8533
Continued:
- initWebOutputInstance() cannot be invoked in construction time of response as
  the application instance is not yet created there, need to invoke
  initWebOutputInstance() after the application instance has been created

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/response/html/class_HtmlResponse.php
framework/main/classes/response/image/class_ImageResponse.php