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

index 7b0a3ea..43d2e22 100644 (file)
--- 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':