summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2013-09-17 16:46:45 +0200
committerMichael Hamann <michael@content-space.de>2013-09-17 16:49:13 +0200
commit9c438d6c2f958e38aa324a04ed37b9a072872038 (patch)
tree11121d00a148b4d1d957cc63c88831a07d9418ed /inc
parentdcd4911e24c6e01c3b83310ecf90ee7c01ed7ad4 (diff)
downloadrpg-9c438d6c2f958e38aa324a04ed37b9a072872038.tar.gz
rpg-9c438d6c2f958e38aa324a04ed37b9a072872038.tar.bz2
Fix the js and css cache seed to contain the update version
Diffstat (limited to 'inc')
-rw-r--r--inc/template.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index 6eadd37e6..c08767e52 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -290,6 +290,7 @@ function tpl_metaheaders($alt = true) {
global $QUERY;
global $lang;
global $conf;
+ global $updateVersion;
// prepare the head array
$head = array();