X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Asset.php;h=ae1bd61a442592a7310eff793b1b1c379dee08ed;hb=b0c0197b94a498a92de3155e5711c37418f6986f;hp=5c1ecc9f69a1124e9ce4ab04000b982dfd1f9871;hpb=799f8287375fbaa03063246b5e6a96a3255da200;p=Pman.Core 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];