diff --git a/fhem/CHANGED b/fhem/CHANGED index 98b70e43b..47a65fa03 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -339,7 +339,7 @@ - bugfix: WS300 loglevel change (from 2 to 5 or device specific loglevel) - feature: First steps for a Fritz!Box port. See the fritzbox.html -- ==DATE== (4.2) +- 2007-12-02 (4.2) - feature: added archivedir/archivecmd to the the main logfile - feature: 99_Sunrise_EL.pm (does not need any Date modules) - bugfix: seldom xmllist error resulting in corrupt xml (Martin/Peter, 4.9) diff --git a/fhem/FHEM/11_FHT.pm b/fhem/FHEM/11_FHT.pm index 7c63282cb..00f5bf8e7 100755 --- a/fhem/FHEM/11_FHT.pm +++ b/fhem/FHEM/11_FHT.pm @@ -221,7 +221,8 @@ FHT_Set($@) $val = "" if (!defined($val)); - my $ioname = $hash->{IODev}->{NAME}; + my $ioname = ""; + $hash->{IODev}->{NAME} if($hash->{IODEV}); if($attr{$ioname} && $attr{$ioname}{fhtsoftbuffer}) { my $io = $hash->{IODev};