mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +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:
parent
2d8e6c40cd
commit
266ff46cc6
@ -188,7 +188,7 @@ Aurora_OpenDev($)
|
||||
Log3 $name, 2, "Aurora_OpenDev: got empty config";
|
||||
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) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user