diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2016-08-18 15:45:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-18 15:45:22 +0200 |
commit | 3b6bbf81591c6b35981d78895d656d9499d1ecd3 (patch) | |
tree | 95ee94ffdf596d9502d878b1c6ffabd109b174f1 /lib/private/TemplateLayout.php | |
parent | 71d81eef08c65f25cb552647aeee7884075a0fcd (diff) | |
parent | 5581a602cc3eceeb2efd647a3772be0537e58f66 (diff) | |
download | nextcloud-server-3b6bbf81591c6b35981d78895d656d9499d1ecd3.tar.gz nextcloud-server-3b6bbf81591c6b35981d78895d656d9499d1ecd3.zip |
Merge pull request #934 from nextcloud/add-cachebusters
Add cachebusters
Diffstat (limited to 'lib/private/TemplateLayout.php')
-rw-r--r-- | lib/private/TemplateLayout.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index 9e3bbf88470..7e5c120717f 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -153,6 +153,7 @@ class TemplateLayout extends \OC_Template { $cssFiles = self::findStylesheetFiles(\OC_Util::$styles); $this->assign('cssfiles', array()); $this->assign('printcssfiles', []); + $this->assign('versionHash', self::$versionHash); foreach($cssFiles as $info) { $web = $info[1]; $file = $info[2]; |