새로 바뀐 file module의 관리자 페이지 - 첨부파일 관리 페이지에서 첨부파일과 글 또는 댓글이 mapping 되어 있지 않게 될 때 생기는 object error를 object를 검사하는 루틴을 넣어서 오류 없어 출력은 되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6328 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-18 08:33:00 +00:00
parent 630de24f7b
commit 522a350d81
2 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,6 @@
if($comment->isExists()) {
$file->upload_target_type = 'com';
$file->target_document_srl = $comment->document_srl;
debugPrint($comment->document_srl);
$file_update_args->upload_target_type = $file->upload_target_type;
$comment_list[$target_srl] = $comment;
$doc_srls[] = $comment->document_srl;