Do not combine scripts in the body section

This commit is contained in:
Kijin Sung 2016-05-05 11:19:12 +09:00
parent b36ec1bd68
commit 7750a278a1

View file

@ -470,7 +470,7 @@ class FrontEndFileHandler extends Handler
// Add all files to the final result.
$result = array();
if ($concat && count($concat_list = $this->_concatMap($map)))
if ($concat && $type === 'head' && count($concat_list = $this->_concatMap($map)))
{
foreach ($concat_list as $concat_fileset)
{