00_FBAHAHTTP.pm: fix syntax error (Forum #95913)
git-svn-id: https://svn.fhem.de/fhem/trunk@18401 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -103,7 +103,8 @@ FBAHAHTTP_connect($$)
|
||||
$hash->{".SID"} = $sid;
|
||||
$hash->{STATE} = "connected";
|
||||
Log3 $name, 4, "FBAHAHTTP_connect $name: got SID $sid";
|
||||
FBAHAHTTP_ProcessStack($hash) if($doProcess && int(@{$hash->{CmdStack}}));
|
||||
FBAHAHTTP_ProcessStack($hash)
|
||||
if($doProcess && $hash->{CmdStack} && int(@{$hash->{CmdStack}}));
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user