From: Alan Knowles Date: Thu, 24 Dec 2015 03:42:56 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a03cd55c5ee45f3ed1597cdf96e139db987f4d53 Asset.php --- 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; }