Fix error when loading two or more files with the same basename

This commit is contained in:
Kijin Sung 2016-01-09 10:39:33 +09:00
parent 9871c5f547
commit 4bb565dd51

View file

@ -215,6 +215,7 @@ class FrontEndFileHandler extends Handler
$file->fileName = $minifiedFileHash . '.' . $minifiedFileName;
$file->filePath = $this->_getAbsFileUrl('./files/cache/minify');
$file->fileRealPath = _XE_PATH_ . 'files/cache/minify';
$file->keyName = $minifiedFileHash . '.' . $file->fileNameNoExt . '.' . $file->fileExtension;
$file->cdnPath = $this->_normalizeFilePath('./files/cache/minify');
$file->isMinified = true;
}