Skip to content

Commit

Permalink
fix: add missing global $ACT for $JSINFO
Browse files Browse the repository at this point in the history
  • Loading branch information
micgro42 committed Mar 29, 2018
1 parent 1d739e3 commit 7bf3190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template.php
Expand Up @@ -352,7 +352,7 @@ function tpl_metaheaders($alt = true) {
}

function _tpl_ensureJSINFO() {
global $JSINFO, $ID, $INFO;
global $JSINFO, $ID, $INFO, $ACT;

if (!is_array($JSINFO)) {
$JSINFO = [];
Expand Down

0 comments on commit 7bf3190

Please sign in to comment.