Bug 3756 Don't display as local AutoSelfCheckID syspref and others
authorFrédéric Demians <f.demians@tamil.fr>
Mon, 26 Jul 2010 14:18:37 +0000 (16:18 +0200)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 26 Jul 2010 14:18:37 +0000 (16:18 +0200)
Improve how sysprefs are extracted from .tmpl file in order not to miss
some of them.

admin/systempreferences.pl

index 24d83d9..824b058 100755 (executable)
@@ -837,7 +837,7 @@ sub get_prefs_from_files {
                     my $name = $element->{pref};
                     next unless $name;
                     push @names, $name;
-                    last;
+                    next;
                 }
             }
         }