@@ -62,9 +62,16 @@ function cwp7_Testconnection($params) {
'error' => '',
);
}
+ logModuleCall(
+ 'cwp7',
+ __FUNCTION__,
+ $params,
+ 'debug',
+ $response
+ );
return array(
'success' => false,
- 'error' => $response['error_msg'],
+ 'error' => $response['error_msg'] ? $response['error_msg'] : $response['msj'],