01_FHEMWEB.pm: avoid WARNING (Forum #142035)
git-svn-id: https://svn.fhem.de/fhem/trunk@30315 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1001,7 +1001,8 @@ FW_answerCall($)
|
||||
|
||||
} else {
|
||||
$FW_cmdret = FW_addLinks($FW_cmdret)
|
||||
if($FW_webArgs{addLinks} && $FW_cmdret !~ m/^<html>(.*)<\/html>$/s);
|
||||
if($FW_webArgs{addLinks} &&
|
||||
defined($FW_cmdret) && $FW_cmdret !~ m/^<html>(.*)<\/html>$/s);
|
||||
FW_pO $FW_cmdret;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user