status를 읽지 않아 댓글을 가져오지 않던 문제 수정

This commit is contained in:
Jonghwan Hyeon 2014-02-14 18:37:04 +09:00
parent 6fb4b7a610
commit c0fa321868

View file

@ -937,6 +937,7 @@ class importerAdminController extends importer
$obj->last_update = base64_decode($xmlDoc->comment->update->body);
if(!$obj->last_update) $obj->last_update = $obj->regdate;
$obj->ipaddress = base64_decode($xmlDoc->comment->ipaddress->body);
$obj->status = base64_decode($xmlDoc->comment->status->body);
$obj->list_order = $obj->comment_srl*-1;
// Change content information (attachment)
if(count($files))