mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5786 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
61851f1dfe
commit
56ab22f78e
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@
|
||||||
$oPlanetModel = &getModel('planet');
|
$oPlanetModel = &getModel('planet');
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
Context::set('module_info',$this->module_info = $oPlanetModel->getPlanetConfig());
|
Context::set('module_info',$this->module_info = $oPlanetModel->getPlanetConfig());
|
||||||
$this->module_info->layout_srl = $this->module_info->layout_srl;
|
$current_module_info = Context::get('current_module_info');
|
||||||
|
$current_module_info->layout_srl = $this->module_info->layout_srl = $this->module_info->layout_srl;
|
||||||
|
Context::set('current_module_info', $current_module_info);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 스킨이 없으면 플래닛 기본 설정의 스킨으로 설정
|
* 스킨이 없으면 플래닛 기본 설정의 스킨으로 설정
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue