зеркало из https://github.com/mozilla/pjs.git
Bug 319220: checksetup.pl can't cope with a standard CVS install or update.
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
This commit is contained in:
Родитель
b54708c5af
Коммит
eaadfbbdbc
|
@ -1262,6 +1262,8 @@ unless ($switch{'no_templates'}) {
|
|||
|
||||
foreach my $dir (@files) {
|
||||
next if($dir =~ /^CVS$/i);
|
||||
-d "$templatedir/$dir/custom" || -d "$templatedir/$dir/default"
|
||||
|| next;
|
||||
local $ENV{'HTTP_ACCEPT_LANGUAGE'} = $dir;
|
||||
SetParam("languages", "$dir,en");
|
||||
$::template = Bugzilla::Template->create(clean_cache => 1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче