기본값 변경

This commit is contained in:
qw5414 2016-02-18 10:34:43 +09:00
parent 996ee8feaf
commit 019a7499b7
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ function pointLevelIconTrans($matches, $addon_info)
$orig_text = preg_replace('/' . preg_quote($matches[5], '/') . '<\/' . $matches[6] . '>$/', '', $matches[0]);
if($addon_info->icon_duplication == 'Y')
if($addon_info->icon_duplication != 'Y')
{
// Check Group Image Mark
$oMemberModel = getModel('member');