diff options
-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(); |