Browse Source

include the apps' versions hash to invalidate the cached assets

remotes/origin/fix-10825
Thomas Müller 11 years ago
parent
commit
a04159090f
  1. 2
      lib/private/templatelayout.php

2
lib/private/templatelayout.php

@ -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…
Cancel
Save