Util::array_get($_POST 류를 Util::getReq로 통합.
array_merge를 이상하게 처리하는 부분 수정
This commit is contained in:
@@ -65,7 +65,7 @@ class Session
|
||||
];
|
||||
|
||||
if (is_array($result)) {
|
||||
$jsonResult = array_merge($result, $jsonResult);
|
||||
$jsonResult = array_merge($jsonResult, $result);
|
||||
}
|
||||
|
||||
Json::die($jsonResult);
|
||||
|
||||
Reference in New Issue
Block a user