#294 게시글 이동/복사시 첨부파일과 댓글/엮인글도 모두 복사되도록 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3490 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 13:19:43 +00:00
parent 3f28a71e8d
commit f14af52fb3
4 changed files with 101 additions and 7 deletions

View file

@ -386,6 +386,7 @@
$output->add('direct_download', $args->direct_download);
$output->add('source_filename', $args->source_filename);
$output->add('upload_target_srl', $upload_target_srl);
$output->add('uploaded_filename', $args->uploaded_filename);
return $output;
}