From: john Date: Wed, 15 Aug 2018 06:24:28 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b9effbc12c008a2752b13818da20050d60aa28bc Asset.php --- 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;