Bug 3756 Don't display as local AutoSelfCheckID syspref and others
Improve how sysprefs are extracted from .tmpl file in order not to miss some of them.
This commit is contained in:
parent
572670d377
commit
ec3913e1aa
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ sub get_prefs_from_files {
|
|||
my $name = $element->{pref};
|
||||
next unless $name;
|
||||
push @names, $name;
|
||||
last;
|
||||
next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue