From 0c1e0ed8e3d6e2663f3d820d8e16886f30fc44c2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:42:45 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2