diff --git a/modules/system/classes/CombineAssets.php b/modules/system/classes/CombineAssets.php index e2e4d84f6..93268c5f3 100644 --- a/modules/system/classes/CombineAssets.php +++ b/modules/system/classes/CombineAssets.php @@ -401,7 +401,7 @@ class CombineAssets $key = ''; $assetFiles = array_map(function($file) { - return $this->localPath.'/'.$file; + return File::symbolizePath($file, null) ?: $this->localPath . $file; }, $assets); foreach ($assetFiles as $file) {