mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue:17083559
첨부파일이 하나만 있는 경우 게시판이 삭제 되지 않는 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3bb14ffe3c
commit
aaf797e577
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
function deleteModuleFiles($module_srl) {
|
||||
// 전체 첨부파일 목록을 구함
|
||||
$args->module_srl = $module_srl;
|
||||
$output = executeQuery('file.getModuleFiles',$args);
|
||||
$output = executeQueryArray('file.getModuleFiles',$args);
|
||||
if(!$output) return $output;
|
||||
$files = $output->data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue