]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
Separated this config entry for console/html as well.
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index e3d1584869e1be61fc0b5ea8c26bbc48737a5341..26fa6fa263ffee08be735d41afde960a9d348790 100644 (file)
@@ -1946,7 +1946,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                        } // END - if
                } else {
                        // Are debug times enabled?
-                       if ($this->getConfigInstance()->getConfigEntry('debug_output_timings') == 'Y') {
+                       if ($this->getConfigInstance()->getConfigEntry('debug_' . self::getResponseTypeFromSystem() . '_output_timings') == 'Y') {
                                // Prepent it
                                $message = $this->getPrintableExecutionTime() . $message;
                        } // END - if