From b0c0197b94a498a92de3155e5711c37418f6986f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Aug 2018 08:56:52 +0800 Subject: [PATCH] Asset.php --- Asset.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Asset.php b/Asset.php index 5c1ecc9f..ae1bd61a 100644 --- a/Asset.php +++ b/Asset.php @@ -51,8 +51,9 @@ class Pman_Core_Asset extends Pman { $ui = posix_getpwuid(posix_geteuid()); $ff = HTML_FlexyFramework::get(); - $compile = session_save_path() . '/' . - $ui['name'] . '-' . $ff->project . '-' . $ff->version . '-'. $bits[0] . 'compile'; + $compile = self::getCompileDir($bits[0]); + //'session_save_path() . '/' . + // $ui['name'] . '-' . $ff->project . '-' . $ff->version . '-'. $bits[0] . 'compile'; $fn = $compile . '/'. $s .'.'. $bits[0]; -- 2.39.2