AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Wed, 16 Dec 2020 05:12:56 +0000 (13:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Dec 2020 05:12:56 +0000 (13:12 +0800)
AssetTrait.php

index e079998..69dfd90 100644 (file)
@@ -286,7 +286,7 @@ trait Pman_Core_AssetTrait {
     {
         // we cant output non-cached versions of this.... 
         $ff = HTML_FlexyFramework::get();
-        $fp =   "{$this->rootDir}/$path";
+        $fp =   "{$this->rootDir}/Pman/$smod/scss/{$smod}.scss";
         if (!file_exists($fp)) {
             return;
         }