Util::array_get($_POST 류를 Util::getReq로 통합.
array_merge를 이상하게 처리하는 부분 수정
This commit is contained in:
@@ -13,8 +13,8 @@ if(!$access_token){
|
||||
}
|
||||
|
||||
|
||||
$value = Util::array_get($_POST['value']);
|
||||
switch(Util::array_get($_POST['type'])){
|
||||
$value = Util::getReq('value');
|
||||
switch(Util::getReq('type')){
|
||||
case 'nickname':
|
||||
Json::die(checkNicknameDup($value));
|
||||
case 'username':
|
||||
|
||||
Reference in New Issue
Block a user