include the apps' versions hash to invalidate the cached assets
This commit is contained in:
parent
6ccda2ae98
commit
a04159090f
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ class OC_TemplateLayout extends OC_Template {
|
|||
}, $files);
|
||||
|
||||
sort($files);
|
||||
// include the apps' versions hash to invalidate the cached assets
|
||||
$files[]= self::$versionHash;
|
||||
return hash('md5', implode('', $files));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue