Sfoglia il codice sorgente

add function createuser

andre 3 anni fa
parent
commit
0e9e078f16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -127,7 +127,7 @@ function cwp7_CreateAccount($params) {
 			$response
 		);
 
-		return 'Error: ' . $result['msj'];
+		return 'Error: ' . $response['msj'];
 	}
 	return 'success';
 }