Fix: requestServer onFail - add errorCode argument

This commit is contained in:
2018-07-13 11:09:17 +09:00
parent e857fa1674
commit ab8ebb9ca1
16 changed files with 48 additions and 207 deletions
+1
View File
@@ -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;