Przeglądaj źródła

add function createuser

andre 3 lat temu
rodzic
commit
0e9e078f16
1 zmienionych plików z 1 dodań i 1 usunięć
  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';
 }