]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix tinderbox bustage caused by the template location code change. The tests are...
authorjustdave%syndicomm.com <>
Wed, 24 Apr 2002 16:50:53 +0000 (16:50 +0000)
committerjustdave%syndicomm.com <>
Wed, 24 Apr 2002 16:50:53 +0000 (16:50 +0000)
templates.  4 templates in the new location now come up with syntax errors however.

t/Support/Templates.pm

index 91946507d66f6f990be135e221c7ad7f499877cd..fb530372116196f5978f99b58d902557ca9b9ebf 100644 (file)
@@ -24,7 +24,7 @@ package Support::Templates;
 
 use Support::Files;
 
-$include_path = "template/default";
+$include_path = "template/en/default";
 
 # Scan Bugzilla's code looking for templates used and put them
 # in the @testitems array to be used by the template.t test.