diff options
author | Michael Hamann <michael@content-space.de> | 2013-09-17 16:46:45 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-09-17 16:49:13 +0200 |
commit | 9c438d6c2f958e38aa324a04ed37b9a072872038 (patch) | |
tree | 11121d00a148b4d1d957cc63c88831a07d9418ed | |
parent | dcd4911e24c6e01c3b83310ecf90ee7c01ed7ad4 (diff) | |
download | rpg-9c438d6c2f958e38aa324a04ed37b9a072872038.tar.gz rpg-9c438d6c2f958e38aa324a04ed37b9a072872038.tar.bz2 |
Fix the js and css cache seed to contain the update version
-rw-r--r-- | inc/template.php | 1 |
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(); |