fix: [localTool:commonConnector] Call localtool's finalise connection function
parent
1d80174987
commit
bda5eef007
|
@ -104,6 +104,7 @@ class CommonConnectorTools
|
||||||
|
|
||||||
public function finaliseConnectionWrapper(array $params): bool
|
public function finaliseConnectionWrapper(array $params): bool
|
||||||
{
|
{
|
||||||
|
$result = $this->finaliseConnection($params);
|
||||||
$this->remoteToolConnectionStatus($params, self::STATE_CONNECTED);
|
$this->remoteToolConnectionStatus($params, self::STATE_CONNECTED);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue