From: Alan Knowles Date: Thu, 24 Dec 2015 03:42:45 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0c1e0ed8e3d6e2663f3d820d8e16886f30fc44c2 Asset.php --- diff --git a/Asset.php b/Asset.php index 6b76177f..2a38a2e0 100644 --- 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;