git-svn-id: http://xe-core.googlecode.com/svn/trunk@1118 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-12 10:40:58 +00:00
parent 77a0d87dfc
commit 428e44d492
4 changed files with 7 additions and 11 deletions

View file

@ -372,9 +372,9 @@
$oModuleController = &getController('module');
$oModuleController->updateModuleSkinVars($module_srl, $skin_vars);
$url = sprintf("./?module=%s&act=%s&module_srl=%s&page=%s", Context::get('module'), 'dispBoardAdminSkinInfo', $module_srl, Context::get('page'));
header("location:".$url);
exit();
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile("top_refresh.html");
}
/**