Index: minify_helper.php =================================================================== --- minify_helper.php (revision 13557) +++ minify_helper.php (working copy) @@ -41,7 +41,7 @@ { parent::kHelper(); - $this->debugMode = $this->Application->isDebugMode(); + $this->debugMode = $this->Application->isDebugMode(false); $this->infoFile = WRITEABLE . '/cache/compress_info.txt'; if ( file_exists($this->infoFile) ) {