mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
#17865150 : function getGroupImageMark return null if group image is disabled in configuration
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6004 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
759d04c772
commit
870344d454
2 changed files with 15 additions and 9 deletions
|
|
@ -77,6 +77,7 @@
|
|||
if(!$config->profile_image_max_height) $config->profile_image_max_height = 80;
|
||||
if(!$config->skin) $config->skin = "default";
|
||||
if(!$config->editor_skin) $config->editor_skin = "default";
|
||||
if(!$config->group_image_mark) $config->group_image_mark = "N";
|
||||
Context::set('config',$config);
|
||||
|
||||
// 회원 관리 모듈의 스킨 목록을 구함
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue