FHEMWEB: plotfork check: FW_ME is not always set
git-svn-id: https://svn.fhem.de/fhem/trunk@4346 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -351,7 +351,7 @@ FW_Read($)
|
||||
my $pid;
|
||||
if(AttrVal($FW_wname, "plotfork", undef)) {
|
||||
# Process SVG rendering as a parallel process
|
||||
return if(($arg =~ m+$FW_ME/SVG_showLog+) && ($pid = fork));
|
||||
return if(($arg =~ m+/SVG_showLog+) && ($pid = fork));
|
||||
}
|
||||
|
||||
my $cacheable = FW_answerCall($arg);
|
||||
|
||||
Reference in New Issue
Block a user