Response type fixed (opps).
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 19:41:22 +0000 (20:41 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 19:41:22 +0000 (20:41 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/response/console/class_ConsoleResponse.php
inc/classes/main/response/html/class_HtmlResponse.php

index ab492d3574a3b421ae818c78d0229732575522d0..000ecfef9102ab1af52f14f1d3629d1da587468c 100644 (file)
@@ -35,7 +35,7 @@ class ConsoleResponse extends BaseResponse implements Responseable {
                parent::__construct(__CLASS__);
 
                // Set response type
-               $this->setResponseType('image');
+               $this->setResponseType('console');
        }
 
        /**
index ad5af0772fc037da3c8f52beeea572c045580448..ec5924b0632d50929163395e586a783ed8ab0ab4 100644 (file)
@@ -35,7 +35,7 @@ class HtmlResponse extends BaseResponse implements Responseable {
                parent::__construct(__CLASS__);
 
                // Set response type
-               $this->setResponseType('image');
+               $this->setResponseType('html');
        }
 
        /**