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:
ngleader 2009-06-01 06:15:48 +00:00
parent dde195e3df
commit 9902df607d

View file

@ -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;