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