diff --git a/fhem/contrib/betateilchen/debug/configDB.pm b/fhem/contrib/betateilchen/debug/configDB.pm index d00e416ea..6fee2c9ee 100644 --- a/fhem/contrib/betateilchen/debug/configDB.pm +++ b/fhem/contrib/betateilchen/debug/configDB.pm @@ -930,7 +930,7 @@ sub _cfgDB_Info { push @r, " dbsize: $size"; } push @r, $l; - push @r, " loaded: ".$configDB{loaded}; + push @r, " loaded: ".$configDB{loaded}; my $fhem_dbh = _cfgDB_Connect; my ($sql, $sth, @line, $row);