Commit b8dcce4b authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 467324: PROJECT specific template directory was being ignored

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent 6b3c9565
......@@ -265,7 +265,7 @@ sub _add_language_set {
my @add = ("$templatedir/$lang/custom", "$templatedir/$lang/default");
my $project = bz_locations->{'project'};
push(@add, "$templatedir/$lang/$project") if $project;
unshift(@add, "$templatedir/$lang/$project") if $project;
foreach my $dir (@add) {
#if (-d $dir) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment