From 9c438d6c2f958e38aa324a04ed37b9a072872038 Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Tue, 17 Sep 2013 16:46:45 +0200 Subject: Fix the js and css cache seed to contain the update version --- inc/template.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') 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(); -- cgit v1.2.3