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

index 2a38a2e..e6f644f 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -288,7 +288,7 @@ trait Pman_Core_Asset_Trait {
             
             if (!file_exists($dir . '/'. $f)) {
                 echo "<!-- missing {$relpath}{$f} -->\n";
-                $files[] = $relpath  . $f . '?ts='.$mtime;
+                $files[] = $relpath  . $f . '?ts=0';
                 $missing_files = true;
                 continue;
             }