X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmiddleware%2Fdebug%2Fclass_DebugMiddleware.php;h=3e1d66d550c3085d86303f055ef2fc3462e7efb7;hb=c42b8268dcbbfb501fc7924fbf57316a83e1d5a7;hp=2cc48823303bad3824e0e3f7803cf3a17aa09851;hpb=49307b1d5278d5a968ab391dd88abb9b9ee06df8;p=mailer.git diff --git a/inc/classes/middleware/debug/class_DebugMiddleware.php b/inc/classes/middleware/debug/class_DebugMiddleware.php index 2cc4882330..3e1d66d550 100644 --- a/inc/classes/middleware/debug/class_DebugMiddleware.php +++ b/inc/classes/middleware/debug/class_DebugMiddleware.php @@ -39,9 +39,9 @@ class DebugMiddleware extends BaseMiddleware { * * @return void */ - private final function __construct () { + protected function __construct () { // Call parent constructor - parent::constructor(__CLASS__); + parent::__construct(__CLASS__); // Set description $this->setObjectDescription("Debug-Ausgabe-Handler");