mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@878 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d29d357c60
commit
7878cd7962
4 changed files with 10 additions and 12 deletions
|
|
@ -267,7 +267,6 @@
|
|||
|
||||
// 입력받은 변수들을 체크 (mo, act, module_srl, page등 기본적인 변수들 없앰)
|
||||
$obj = Context::getRequestVars();
|
||||
unset($obj->mo);
|
||||
unset($obj->act);
|
||||
unset($obj->module_srl);
|
||||
unset($obj->page);
|
||||
|
|
@ -330,8 +329,8 @@
|
|||
|
||||
$oModuleController = &getController('module');
|
||||
$oModuleController->updateModuleSkinVars($module_srl, $skin_vars);
|
||||
|
||||
print "<script type=\"text/javascript\">top.location.href=top.location.href;</script>";
|
||||
$output = sprintf("<script type=\"text/javascript\">location.href=\"./?module=%s&act=%s&module_srl=%s&page=%s\";</script>", Context::get('module'), 'dispBoardAdminSkinInfo', $module_srl, Context::get('page'));
|
||||
print $output;
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue