@@ -65,7 +65,7 @@ function siteBuilder_Testconnection($params) {
$response
);
- if($response['answer'] == 'pong') {
+ if($response['response']['answer'] == 'pong') {
return array(
'success' => true,
'error' => '',