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:
Frédéric Demians 2010-07-26 16:18:37 +02:00
parent 572670d377
commit ec3913e1aa

View file

@ -837,7 +837,7 @@ sub get_prefs_from_files {
my $name = $element->{pref};
next unless $name;
push @names, $name;
last;
next;
}
}
}