Index: branches/5.1.x/core/units/helpers/minifiers/minify_helper.php =================================================================== diff -u -N -r13487 -r13560 --- branches/5.1.x/core/units/helpers/minifiers/minify_helper.php (.../minify_helper.php) (revision 13487) +++ branches/5.1.x/core/units/helpers/minifiers/minify_helper.php (.../minify_helper.php) (revision 13560) @@ -1,6 +1,6 @@ debugMode = $this->Application->isDebugMode(); + $this->debugMode = $this->Application->isDebugMode(false); $this->infoFile = WRITEABLE . '/cache/compress_info.txt'; if ( file_exists($this->infoFile) ) {