From 329cf22a94b5babe1330f941dce66e9151fcfc33 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Jan 2016 17:20:17 +0800 Subject: [PATCH] AssetTrait.php --- AssetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetTrait.php b/AssetTrait.php index 687fc1c8..9dd14406 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -243,7 +243,7 @@ trait Pman_Core_AssetTrait { $output = date('Y-m-d-H-i-s-', $maxtime). $smod .'-'.md5(serialize($arfiles)) .'.css'; - $asset = $ff->project == 'Pman' ? '/Core/Asset/css/' : '/Asset/css/'; + $asset = $ff->project == 'Pman' ? '/Core/Asset/css/' : '/Asset/css/'; // where are we going to write all of this.. // This has to be done via a -- 2.39.2