X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Asset.php;h=95f818ef04e4cc110297ce5affe727810e70a760;hb=49a740ce5c514760957915aaa3c2d4eb5b1140ae;hp=85abf79a73c4144f29c9fc22d2df4b7f28fbe555;hpb=8fb4d06cdb4aecc5cd3980f2871b62d732bda209;p=Pman.Core 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';