Asset.php
authorjohn <john@roojs.com>
Wed, 15 Aug 2018 06:12:21 +0000 (14:12 +0800)
committerjohn <john@roojs.com>
Wed, 15 Aug 2018 06:12:21 +0000 (14:12 +0800)
Asset.php

index 85abf79..95f818e 100644 (file)
--- 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';