X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fresponse%2Fhtml%2Fclass_HtmlResponse.php;h=b81a30a9f84f6ce187a078b76d529917fc1020ab;hb=f861d6bc00f8a3ecf6b057f2aa93129572643896;hp=76cd50d0425bf828a22c19e053efccb905c2ac20;hpb=027c5659e968546a21be37e70d700c7e14cba993;p=core.git diff --git a/framework/main/classes/response/html/class_HtmlResponse.php b/framework/main/classes/response/html/class_HtmlResponse.php index 76cd50d0..b81a30a9 100644 --- a/framework/main/classes/response/html/class_HtmlResponse.php +++ b/framework/main/classes/response/html/class_HtmlResponse.php @@ -6,6 +6,7 @@ namespace Org\Mxchange\CoreFramework\Response; use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap; use Org\Mxchange\CoreFramework\Helper\Application\ApplicationHelper; use Org\Mxchange\CoreFramework\Manager\ManageableApplication; +use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware; use Org\Mxchange\CoreFramework\Registry\GenericRegistry; use Org\Mxchange\CoreFramework\Response\Responseable; @@ -86,7 +87,7 @@ class HtmlResponse extends BaseResponse implements Responseable { // Shall we encrypt the cookie? if ($encrypted) { // Unsupported at the moment - $this->partialStub('Encryption is unsupported at the moment.'); + DebugMiddleware::getSelfInstance()->partialStub('Encryption is unsupported at the moment.'); } // For slow browsers set the cookie array element first