mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
설문조사 모듈에서 스킨이 지워졌을 경우 기본 스킨을 이용하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2269 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b7b0b4bafe
commit
109c58d126
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@
|
|||
$skin_list = $oModuleModel->getSkins($this->module_path);
|
||||
Context::set('skin_list', $skin_list);
|
||||
|
||||
if(!$skin_list[$config->skin]) $config->skin = "default";
|
||||
|
||||
// 설정된 스킨의 컬러셋 설정
|
||||
Context::set('colorset_list', $skin_list[$config->skin]->colorset);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue