From b9effbc12c008a2752b13818da20050d60aa28bc Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:24:28 +0800 Subject: [PATCH] Asset.php --- Asset.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 43d2e22c..f47a10d2 100644 --- a/Asset.php +++ b/Asset.php @@ -134,7 +134,7 @@ class Pman_Core_Asset extends Pman { switch($type) { case 'js': case 'css': - $compile_dir = session_save_path() . '/' . implode("-", array( + $compile_dir .= implode("-", array( $ui['name'], $ff->project, $ff->version, @@ -142,6 +142,7 @@ class Pman_Core_Asset extends Pman { )); break; case 'template': + break; default: return false; -- 2.39.2