diff --git a/classes/casset.php b/classes/casset.php index 2e9e808..3204894 100644 --- a/classes/casset.php +++ b/classes/casset.php @@ -1170,7 +1170,7 @@ protected static function combine($type, $file_group, $minify, $inline) return $a['file']; }, $file_group)).($minify ? 'min' : '').$last_mod).'.'.$type; - $rel_filepath = static::$cache_path.'/'.$filename; + $rel_filepath = static::$cache_path.$filename; $abs_filepath = static::$root_path.$rel_filepath; $needs_update = (!file_exists($abs_filepath));