diff --git a/modules/system/classes/CombineAssets.php b/modules/system/classes/CombineAssets.php index 4114464dd..b645bee27 100644 --- a/modules/system/classes/CombineAssets.php +++ b/modules/system/classes/CombineAssets.php @@ -171,7 +171,7 @@ class CombineAssets } $this->path = $cacheInfo['path']; - $this->storagePath = storage_path().'/cms/combiner'; + $this->storagePath = storage_path().'/cms/combiner/assets'; $combiner = $this->prepareCombiner($cacheInfo['files']); $contents = $combiner->dump(); @@ -278,7 +278,7 @@ class CombineAssets } $this->path = public_path().$path; - $this->storagePath = storage_path().'/cms/combiner'; + $this->storagePath = storage_path().'/cms/combiner/assets'; list($assets, $extension) = $this->prepareAssets($assets);