Separated this config entry for console/html as well.
[core.git] / inc / classes / main / output / debug / console / class_DebugConsoleOutput.php
index d759159856756b7e6a7e585be012a0b3364f051e..3598cc18e74804a62f536d465863638c275d0cdf 100644 (file)
@@ -63,7 +63,7 @@ class DebugConsoleOutput extends BaseDebugOutput implements Debugger, OutputStre
                }
 
                // Are debug times enabled?
-               if ($this->getConfigInstance()->getConfigEntry('debug_output_timings') == 'Y') {
+               if ($this->getConfigInstance()->getConfigEntry('debug_' . self::getResponseTypeFromSystem() . '_output_timings') == 'Y') {
                        // Output it first
                        $output = $this->getPrintableExecutionTime() . $output;
                } // END - if