fhem.pl: fix rereadcfg/FHEMWEB bug (Forum #33791)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8446 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1226,6 +1226,7 @@ CommandRereadCfg($$)
|
|||||||
$defs{$name} = $selectlist{$name} = $cl if($name && $name ne "__anonymous__");
|
$defs{$name} = $selectlist{$name} = $cl if($name && $name ne "__anonymous__");
|
||||||
$inform{$name} = $informMe if($informMe);
|
$inform{$name} = $informMe if($informMe);
|
||||||
@structChangeHist = ();
|
@structChangeHist = ();
|
||||||
|
$lastDefChange++;
|
||||||
DoTrigger("global", "REREADCFG", 1);
|
DoTrigger("global", "REREADCFG", 1);
|
||||||
|
|
||||||
$init_done = 1;
|
$init_done = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user