fhem.pl: TYPO corrected

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5705 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-04-30 10:26:25 +00:00
parent d3d3e68fc4
commit 62cb4a7339

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