#19155078 관리자 페이지에서 페이지 모듈 검색 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7694 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-09-27 04:45:52 +00:00
parent 14389fdc13
commit d3035546be
4 changed files with 25 additions and 3 deletions

View file

@ -27,6 +27,8 @@
$args->mid = $args->page_name;
unset($args->page_name);
if($args->use_mobile != 'Y') $args->use_mobile = '';
// module_srl이 넘어오면 원 모듈이 있는지 확인
if($args->module_srl) {
$module_info = $oModuleModel->getModuleInfoByModuleSrl($args->module_srl);
@ -154,7 +156,7 @@
**/
function procPageAdminInsertConfig() {
// 기본 정보를 받음
$args = Context::gets('test');
$args = Context::getRequestVars();
// module Controller 객체 생성하여 입력
$oModuleController = &getController('module');