최근 이미지 위젯에서 20개 이상 출력되지 않던 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5323 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-12 05:24:25 +00:00
parent d6714c3048
commit 2668048f47

View file

@ -78,6 +78,7 @@
$oDocumentModel = &getModel('document');
// 정해진 모듈에서 문서별 파일 목록을 구함
$obj->list_count = $widget_info->rows_list_count*$widget_info->cols_list_count;
$files_output = executeQueryArray("file.getOneFileInDocument", $obj);
$files_count = count($files_output->data);