1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 05:00:56 +02:00

Clean up post type heritable view arguments

This commit is contained in:
Toby Zerner
2015-05-05 17:29:43 +09:30
parent 3baa817326
commit 0e38fa0156
3 changed files with 6 additions and 10 deletions

View File

@@ -84,6 +84,7 @@ class AssetManager
$lastModTime = max($lastModTime, filemtime($file));
}
$debug = 0;
// $debug = 1;
if (! file_exists($file = $dir.'/'.$this->name.'-'.$revision.'.'.$type)
|| filemtime($file) < $lastModTime