2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

fhem.pl: fix rereadcfg/FHEMWEB bug (Forum #33791)

git-svn-id: https://svn.fhem.de/fhem/trunk@8446 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-04-17 15:42:27 +00:00
parent 07acc7a533
commit 7fd56d9d9f

View File

@ -1226,6 +1226,7 @@ CommandRereadCfg($$)
$defs{$name} = $selectlist{$name} = $cl if($name && $name ne "__anonymous__");
$inform{$name} = $informMe if($informMe);
@structChangeHist = ();
$lastDefChange++;
DoTrigger("global", "REREADCFG", 1);
$init_done = 1;