diff --git a/src/Lib/default/local_tool_connectors/CommonConnectorTools.php b/src/Lib/default/local_tool_connectors/CommonConnectorTools.php index 9fee5c5..7e865c0 100644 --- a/src/Lib/default/local_tool_connectors/CommonConnectorTools.php +++ b/src/Lib/default/local_tool_connectors/CommonConnectorTools.php @@ -104,6 +104,7 @@ class CommonConnectorTools public function finaliseConnectionWrapper(array $params): bool { + $result = $this->finaliseConnection($params); $this->remoteToolConnectionStatus($params, self::STATE_CONNECTED); return false; }