mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 17:36:01 +00:00
01_FHEMWEB.pm: fix event-monitor bug (Forum #45966)
git-svn-id: https://svn.fhem.de/fhem/trunk@10264 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
68a1859f1b
commit
07e582d601
@ -2470,6 +2470,7 @@ FW_logInform($$)
|
||||
delete $logInform{$me};
|
||||
return;
|
||||
}
|
||||
$msg = FW_htmlEscape($msg);
|
||||
if(!addToWritebuffer($ntfy, "<div class='changed'>$msg</div>") ){
|
||||
TcpServer_Close($ntfy);
|
||||
delete $logInform{$me};
|
||||
|
Loading…
x
Reference in New Issue
Block a user