mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
98_configdb.pm: prevent perl warning (#96996)
git-svn-id: https://svn.fhem.de/fhem/trunk@18510 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
35094fd71c
commit
e6e76dd9d0
@ -204,7 +204,7 @@ sub CommandConfigdb($$) {
|
||||
$param1 = $param1 ? $param1 : '%';
|
||||
$param2 = looks_like_number($param2) ? $param2 : 0;
|
||||
Log3('configdb', 4, "configdb: list requested for device: $param1 in version $param2.");
|
||||
$ret = _cfgDB_Search($param1,$param2);
|
||||
$ret = _cfgDB_Search($param1,$param2,0);
|
||||
}
|
||||
|
||||
when ('uuid') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user