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@18374 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
59fb156dad
commit
af489671e2
@ -2270,7 +2270,7 @@ sub FW_confFiles($) {
|
|||||||
# create and return regexp for editFileList
|
# create and return regexp for editFileList
|
||||||
return "(".join ( "|" , sort keys %FW_customConfFiles ).")" if $param == 1;
|
return "(".join ( "|" , sort keys %FW_customConfFiles ).")" if $param == 1;
|
||||||
# create and return array with filenames
|
# create and return array with filenames
|
||||||
return sort keys $data{confFiles} if $param == 2;
|
return sort keys %{$data{confFiles}} if $param == 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user