#690 휴지통에서 댓글 복원시 작성자가 관리자로 변경되는 문제 처리

This commit is contained in:
akasima 2014-05-08 19:11:27 +09:00
parent 69d2bc74d4
commit 6c28f14bc2

View file

@ -472,7 +472,7 @@ class commentAdminController extends comment
$obj->module_srl = $originObject->module_srl;
$oCommentController = getController('comment');
$output = $oCommentController->insertComment($obj);
$output = $oCommentController->insertComment($obj, true);
return $output;
}