summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-27 06:12:42 +0200
committergerv%gerv.net <>2002-04-27 06:12:42 +0200
commitc14101b26f563a25ecabfc7ac27511ad9e8c78d7 (patch)
treee7bf9037de3af69605eb4f85055dee0fff31bdb3 /globals.pl
parentf825f153970affa04f95cbd23ab29d8de5faa6b5 (diff)
downloadbugzilla-c14101b26f563a25ecabfc7ac27511ad9e8c78d7.tar.gz
bugzilla-c14101b26f563a25ecabfc7ac27511ad9e8c78d7.tar.xz
Bug 140407 - remove all references to directories template/default and template/custom. They are no more. Oceania is at war with Eastasia. Oceania has always been at war with Eastasia.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 951c4d6a5..248bcd594 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1530,7 +1530,7 @@ use Template;
$::template ||= Template->new(
{
# Colon-separated list of directories containing templates.
- INCLUDE_PATH => "template/custom:template/default:template/en/custom:template/en/default" ,
+ INCLUDE_PATH => "template/en/custom:template/en/default" ,
# Remove white-space before template directives (PRE_CHOMP) and at the
# beginning and end of templates and template blocks (TRIM) for better