mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-27 22:53:29 +00:00
33_readingsGroup.pm: don't create html if !$init_done
git-svn-id: https://svn.fhem.de/fhem/trunk@9473 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
302c71b8be
commit
d18aaa0f0b
@ -643,6 +643,7 @@ readingsGroup_2html($;$)
|
|||||||
my($hash,$extPage) = @_;
|
my($hash,$extPage) = @_;
|
||||||
$hash = $defs{$hash} if( ref($hash) ne 'HASH' );
|
$hash = $defs{$hash} if( ref($hash) ne 'HASH' );
|
||||||
return undef if( !$hash );
|
return undef if( !$hash );
|
||||||
|
return undef if( !$init_done );
|
||||||
|
|
||||||
#if( $hash->{fhem}->{cached} && $hash->{fhem}->{lastDefChange} && $hash->{fhem}->{lastDefChange} == $lastDefChange ) {
|
#if( $hash->{fhem}->{cached} && $hash->{fhem}->{lastDefChange} && $hash->{fhem}->{lastDefChange} == $lastDefChange ) {
|
||||||
# return $hash->{fhem}->{cached};
|
# return $hash->{fhem}->{cached};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user