]> git.mxchange.org Git - core.git/commitdiff
Always use own getter/setter ... A good policy, if sticked to. ;-)
authorRoland Haeder <roland@mxchange.org>
Tue, 14 Jul 2015 21:32:18 +0000 (23:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 14 Jul 2015 21:32:18 +0000 (23:32 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/middleware/debug/class_DebugMiddleware.php

index 541bbd2b218d7f00d4df40f88780de8bd1f0bbfc..3789e64780af0ea8a0ec3b7b1cb94e17b2f3e78a 100644 (file)
@@ -119,7 +119,7 @@ class DebugMiddleware extends BaseMiddleware implements Registerable {
                } // END - if
 
                // Use the output instance
                } // END - if
 
                // Use the output instance
-               $this->outputInstance->outputStream($outStream, $stripTags);
+               $this->getOutputInstance()->outputStream($outStream, $stripTags);
        }
 }
 
        }
 }