mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1063 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf19a8cf2a
commit
c383b4af56
3 changed files with 20 additions and 8 deletions
|
|
@ -273,7 +273,7 @@
|
|||
// 첨부 파일 삭제
|
||||
if($document->uploaded_count) {
|
||||
$oFileController = &getController('file');
|
||||
$oFileController->deleteFiles($document->module_srl, $document_srl);
|
||||
$oFileController->deleteFiles($document_srl);
|
||||
}
|
||||
|
||||
// 카테고리가 있으면 카테고리 정보 변경
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue