mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhem.pl: reload bug, ldata won't be restored (by Stefan)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5532 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5eaac6a0cc
commit
1dabcb7320
2
fhem.pl
2
fhem.pl
@ -1964,7 +1964,7 @@ CommandReload($$)
|
|||||||
$modules{$m}{ORDER} = $order;
|
$modules{$m}{ORDER} = $order;
|
||||||
$modules{$m}{LOADED} = 1;
|
$modules{$m}{LOADED} = 1;
|
||||||
$modules{$m}{defptr} = $defptr if($defptr);
|
$modules{$m}{defptr} = $defptr if($defptr);
|
||||||
$modules{$m}{ldata} = $defptr if($ldata);
|
$modules{$m}{ldata} = $ldata if($ldata);
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user