fhem.pl: configDb, avoid loading 99-er modules twice
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5704 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2115,7 +2115,7 @@ GlobalAttr($$$$)
|
||||
if(configDBUsed()) {
|
||||
my @dbList = split(/,/,cfgDB_Read99()); # retrieve filelist from configDB
|
||||
foreach my $m (@dbList) {
|
||||
CommandReload(undef, $m);
|
||||
CommandReload(undef, $m) if(!$modules{$2}{$m});
|
||||
$counter++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user