Fix: requestServer onFail - add errorCode argument
This commit is contained in:
@@ -9,6 +9,7 @@ $maestro_name = $_POST["maestro_name"];
|
||||
|
||||
$maestro_id = get_maestro_id($maestro_name);
|
||||
if($maestro_id !== null) {
|
||||
set_error_code("registered_name");
|
||||
set_error_message($maestro_name." : 이미 등록된 마에스트로 계정입니다.");
|
||||
send_result_fail();
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user