diff options
Diffstat (limited to 'lib/private/templatelayout.php')
-rw-r--r-- | lib/private/templatelayout.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/templatelayout.php b/lib/private/templatelayout.php index 0f8c056139b..9f996e19f81 100644 --- a/lib/private/templatelayout.php +++ b/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)); } |