플래닛 즐찾 안 나오는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5288 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-08 07:02:46 +00:00
parent dcf13c7300
commit 345bca4b2f

View file

@ -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;
/**
* 스킨이 없으면 플래닛 기본 설정의 스킨으로 설정