diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-23 12:59:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-23 12:59:42 +0200 |
commit | e9f859e128e5c9c6e74a95c79ab60ed123a94c14 (patch) | |
tree | d406010e0899dec3ecb15fdeec1fe6ed35ce5b53 /t | |
parent | 408ad74dc16baea554e37278169df5760eb53498 (diff) | |
download | bugs-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar bugs-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.gz bugs-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.bz2 bugs-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.tar.xz bugs-e9f859e128e5c9c6e74a95c79ab60ed123a94c14.zip |
Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed
r/a=mkanat
Diffstat (limited to 't')
-rw-r--r-- | t/004template.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004template.t b/t/004template.t index 3b858c0b3..a3c2fc5de 100644 --- a/t/004template.t +++ b/t/004template.t @@ -78,7 +78,7 @@ foreach my $include_path (@include_paths) { # See Template.pm for the actual codebase definitions. # Initialize templates (f.e. by loading plugins like Hook). - PRE_PROCESS => "global/initialize.none.tmpl", + PRE_PROCESS => "global/variables.none.tmpl", FILTERS => { |