mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
fix bug for iframe file upload
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6449 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dde195e3df
commit
9902df607d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
$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