FHEMWEB: plotfork check: FW_ME is not always set

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4346 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-12-08 16:39:21 +00:00
parent bd494b6240
commit 8c61a8ba74

View File

@ -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);