diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-25 12:35:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-25 12:35:25 -0400 |
commit | c5f1c503cdac65a55e6a796c86fdcc9d0b9ad6d3 (patch) | |
tree | fe3bd9f4faa218f09d0ed53f3c69ef3e241360e3 /IkiWiki.pm | |
parent | 64d4a4ab9c2ffe2d87fb604a431513d06c916aa2 (diff) | |
parent | b2a2246bac236cbe059042482828e68413597fd8 (diff) |
Merge remote branch 'intrigeri/po'
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 97946bfcf..926d42a49 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1891,6 +1891,7 @@ sub template_depends ($$;@) { }, loop_context_vars => 1, die_on_bad_params => 0, + parent_global_vars => 1, filename => $filename, @_, ($untrusted ? (no_includes => 1) : ()), |