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

index 43d2e22..f47a10d 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -134,7 +134,7 @@ class Pman_Core_Asset extends Pman {
         switch($type) {
             case 'js':
             case 'css':
-                $compile_dir = session_save_path() . '/' . implode("-", array(
+                $compile_dir .= implode("-", array(
                     $ui['name'],
                     $ff->project,
                     $ff->version,
@@ -142,6 +142,7 @@ class Pman_Core_Asset extends Pman {
                 ));
                 break;
             case 'template':
+                
                 break;
             default:
                 return false;