mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
첨부된 파일 검사시에 file model의 위치 잘못으로 인한 php 스크립트 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3719 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f95aca127e
commit
6562b39554
1 changed files with 2 additions and 1 deletions
|
|
@ -503,9 +503,10 @@
|
|||
* @brief upload_target_srl을 키로 하는 첨부파일을 찾아서 java script 코드로 return
|
||||
**/
|
||||
function printUploadedFileList($editor_sequence, $upload_target_srl) {
|
||||
$oFileModel = &getModel('file');
|
||||
|
||||
if($upload_target_srl) {
|
||||
// file의 Model객체 생성
|
||||
$oFileModel = &getModel('file');
|
||||
|
||||
// 첨부파일 목록을 구함
|
||||
$tmp_file_list = $oFileModel->getFiles($upload_target_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue