From 94aed0bec7a59dafff793bcf02358dc50eb50c44 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:24:15 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Asset.php b/Asset.php index 7b0a3eab..43d2e22c 100644 --- a/Asset.php +++ b/Asset.php @@ -129,6 +129,8 @@ class Pman_Core_Asset extends Pman { $ff = HTML_FlexyFramework::get(); + $compile_dir = session_save_path() . "/"; + switch($type) { case 'js': case 'css': -- 2.39.2