mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
플래닛 즐찾 안 나오는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5288 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dcf13c7300
commit
345bca4b2f
1 changed files with 3 additions and 2 deletions
|
|
@ -12,13 +12,14 @@
|
|||
**/
|
||||
function init() {
|
||||
|
||||
if(!preg_match('/planet/i', $this->act)) return;
|
||||
if(!preg_match('/planet/i', $this->act) && !in_array($this->act, array('favorite','countContentTagSearch','dispReplyList'))) return;
|
||||
|
||||
/**
|
||||
* @brief 플래닛 모듈의 기본 설정은 view에서는 언제든지 사용하도록 load하여 Context setting
|
||||
**/
|
||||
$oPlanetModel = &getModel('planet');
|
||||
Context::set('config',$this->config = $oPlanetModel->getPlanetConfig());
|
||||
$this->module_info->layout_srl = $this->config->layout_srl;
|
||||
$this->module_info->layout_srl = $this->config->layout_srl;
|
||||
|
||||
/**
|
||||
* 스킨이 없으면 플래닛 기본 설정의 스킨으로 설정
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue