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:
@@ -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
|
||||
|
Reference in New Issue
Block a user