#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:
haneul 2009-03-31 08:58:46 +00:00
parent 759d04c772
commit 870344d454
2 changed files with 15 additions and 9 deletions

View file

@ -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);
// 회원 관리 모듈의 스킨 목록을 구함