게시판 기능만 동작

This commit is contained in:
2019-01-25 02:11:54 +09:00
parent 8d701e46df
commit f2d2d287f5
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ foreach(
) as $comment
){
//TODO:아이콘 받아오기?
$articles[$article['no']]['comment'] = $comment;
$articles[$comment['document_no']]['comment'][] = $comment;
}
Json::die([