98_structure.pm: fix crash on setting structure attributes (Forum #82604)
git-svn-id: https://svn.fhem.de/fhem/trunk@15878 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -497,7 +497,7 @@ structure_Attr($@)
|
||||
userattr=>1
|
||||
);
|
||||
|
||||
return undef if($ignore{$list[1]});
|
||||
return undef if($ignore{$list[1]} || !$init_done);
|
||||
|
||||
my $me = $list[0];
|
||||
my $hash = $defs{$me};
|
||||
|
||||
Reference in New Issue
Block a user