Merge branch 'origin/new/bug3756_reenable_local_sysprefs' of git://git.tamil.fr/git/koha into to-push
* 'origin/new/bug3756_reenable_local_sysprefs' of git://git.tamil.fr/git/koha: Bug 3756 Don't display as local AutoSelfCheckID syspref and others Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
commit
2e31837759
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