fhem.pl: TYPO corrected

git-svn-id: https://svn.fhem.de/fhem/trunk@5705 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-04-30 10:26:25 +00:00
parent 98243245a7
commit dc0f43e204

View File

@@ -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++;
}
}