From a03cd55c5ee45f3ed1597cdf96e139db987f4d53 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:42:56 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 2a38a2e0..e6f644f5 100644 --- a/Asset.php +++ b/Asset.php @@ -288,7 +288,7 @@ trait Pman_Core_Asset_Trait { if (!file_exists($dir . '/'. $f)) { echo "\n"; - $files[] = $relpath . $f . '?ts='.$mtime; + $files[] = $relpath . $f . '?ts=0'; $missing_files = true; continue; } -- 2.39.2