mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_structure.pm: fix crash on setting structure attributes (Forum #82604)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15878 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8df044a022
commit
0670daf144
@ -497,7 +497,7 @@ structure_Attr($@)
|
|||||||
userattr=>1
|
userattr=>1
|
||||||
);
|
);
|
||||||
|
|
||||||
return undef if($ignore{$list[1]});
|
return undef if($ignore{$list[1]} || !$init_done);
|
||||||
|
|
||||||
my $me = $list[0];
|
my $me = $list[0];
|
||||||
my $hash = $defs{$me};
|
my $hash = $defs{$me};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user