Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:42:45 +0000 (11:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:42:45 +0000 (11:42 +0800)
Asset.php

index 6b76177..2a38a2e 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -296,7 +296,7 @@ trait Pman_Core_Asset_Trait {
             $mtime = filemtime($dir . '/'. $f);
             $maxtime = max($mtime, $maxtime);
             $arfiles[$fn] = $mtime;
-            
+            $files[] = $relpath  . $f . '?ts='.$mtime;