mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
:for debug
git-svn-id: https://svn.fhem.de/fhem/trunk@18375 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
af489671e2
commit
9cab67a126
@ -2268,7 +2268,7 @@ FW_fileNameToPath($)
|
||||
sub FW_confFiles($) {
|
||||
my ($param) = @_;
|
||||
# create and return regexp for editFileList
|
||||
return "(".join ( "|" , sort keys %FW_customConfFiles ).")" if $param == 1;
|
||||
return "(".join ( "|" , sort keys %{$data{confFiles}} ).")" if $param == 1;
|
||||
# create and return array with filenames
|
||||
return sort keys %{$data{confFiles}} if $param == 2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user