mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
폼문으로 파일 업로드위한 액션 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6418 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d7b08bd0e2
commit
75c3a63a7b
1 changed files with 1 additions and 2 deletions
|
|
@ -48,9 +48,8 @@
|
|||
$editor_sequence = Context::get('editor_sequence');
|
||||
$callback = Context::get('callback');
|
||||
$module_srl = $this->module_srl;
|
||||
|
||||
// 업로드 권한이 없거나 정보가 없을시 종료
|
||||
if(!$_SESSION['upload_info'][$editor_sequence]->enabled) exit();
|
||||
//if(!$_SESSION['upload_info'][$editor_sequence]->enabled) exit();
|
||||
|
||||
// upload_target_srl 구함
|
||||
$upload_target_srl = $_SESSION['upload_info'][$editor_sequence]->upload_target_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue