mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
fhem.pl: TYPO corrected
git-svn-id: https://svn.fhem.de/fhem/trunk@5705 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b7ab5b9725
commit
f58ffac465
@ -2115,7 +2115,7 @@ GlobalAttr($$$$)
|
||||
if(configDBUsed()) {
|
||||
my @dbList = split(/,/,cfgDB_Read99()); # retrieve filelist from configDB
|
||||
foreach my $m (@dbList) {
|
||||
CommandReload(undef, $m) if(!$modules{$2}{$m});
|
||||
CommandReload(undef, $m) if(!$modules{$m}{LOADED});
|
||||
$counter++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user