-
Notifications
You must be signed in to change notification settings - Fork 9
ShrinkHelper.php path fix #4
Copy link
Copy link
Open
Description
$webCacheFilePath = $this->settings['url'] . preg_replace('//+/', '/', '/'. $this->extraPath .'/'. $this->settings[$type]['cachePath'] . $cacheFile); // line 181
i would change to
$webCacheFilePath = $this->settings['url'] . preg_replace('//+/', '/', '/'. $this->extraPath .'/'. $this->settings[$type]['cachePath'] . $cacheFile);
$webCacheFilePath = $this->assetUrl($webCacheFilePath, array() + array('pathPrefix' => Configure::read('App.cssBaseUrl')));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels