mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 01:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@680 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e8061da8f7
commit
d2a25dbbdc
9 changed files with 53 additions and 12 deletions
|
|
@ -50,6 +50,8 @@
|
|||
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
$this->add("module_srl", $args->module_srl);
|
||||
$this->add("page", Context::get('page'));
|
||||
$this->setMessage($msg_code);
|
||||
}
|
||||
|
||||
|
|
@ -88,7 +90,7 @@
|
|||
function procUploadFile() {
|
||||
// 기본적으로 필요한 변수 설정
|
||||
$upload_target_srl = Context::get('upload_target_srl');
|
||||
$module_srl = $this->module_srl;
|
||||
$module_srl = Context::get('module_srl');
|
||||
|
||||
// file class의 controller 객체 생성
|
||||
$oFileController = &getController('file');
|
||||
|
|
@ -105,7 +107,7 @@
|
|||
function procDeleteFile() {
|
||||
// 기본적으로 필요한 변수인 upload_target_srl, module_srl을 설정
|
||||
$upload_target_srl = Context::get('upload_target_srl');
|
||||
$module_srl = $this->module_srl;
|
||||
$module_srl = Context::get('module_srl');
|
||||
$file_srl = Context::get('file_srl');
|
||||
|
||||
// file class의 controller 객체 생성
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue