andre 10 месяцев назад
Родитель
Сommit
2086cefaa9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      siteBuilder.php

+ 1 - 1
siteBuilder.php

@@ -71,7 +71,7 @@ function siteBuilder_Testconnection($params) {
 	);
 	return array(
         'success' => false,
-        'error' => $response['error_msg'] ? $response['error_msg'] : $response['msj'],
+        'error' => $response,
     );
 }