From 49a740ce5c514760957915aaa3c2d4eb5b1140ae Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:12:21 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Asset.php b/Asset.php index 85abf79a..95f818ef 100644 --- a/Asset.php +++ b/Asset.php @@ -131,6 +131,8 @@ class Pman_Core_Asset extends Pman { $ui = posix_getpwuid(posix_geteuid()); + $ff = HTML_FlexyFramework::get(); + $compiledir = session_save_path() . '/' . $ui['name'] . '-' . $ff->project . '-' . $ff->version . '-jscompile'; -- 2.39.2