2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

31_Aurora.pm: check if Data::Dumper is loaded

git-svn-id: https://svn.fhem.de/fhem/trunk@15717 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2017-12-29 18:55:30 +00:00
parent 2d8e6c40cd
commit 266ff46cc6

View File

@ -188,7 +188,7 @@ Aurora_OpenDev($)
Log3 $name, 2, "Aurora_OpenDev: got empty config"; Log3 $name, 2, "Aurora_OpenDev: got empty config";
return undef; return undef;
} }
Log3 $name, 5, "Aurora_OpenDev: got config " . Dumper $result; Log3 $name, 5, "Aurora_OpenDev: got config " . Dumper $result if($Aurora_hasDataDumper);
if( !defined($result->{'linkbutton'}) || !AttrVal($name, 'key', undef) ) if( !defined($result->{'linkbutton'}) || !AttrVal($name, 'key', undef) )
{ {