mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-06 10:33:10 +09:00
기본값 변경
This commit is contained in:
parent
996ee8feaf
commit
019a7499b7
2 changed files with 3 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue