include the apps' versions hash to invalidate the cached assets

This commit is contained in:
Thomas Müller 2014-10-16 13:29:51 +02:00
parent 6ccda2ae98
commit a04159090f

View file

@ -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));
}