내부 서버 문법 오류 수정

This commit is contained in:
2018-03-17 06:19:54 +09:00
parent f557e1f241
commit d93d5afdee
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ function isDict(&$array){
}
function eraseNullValue(&$dict, $depth=512){
function eraseNullValue($dict, $depth=512){
//TODO:Test 추가
if($dict === null){
return null;