mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge #1399 포인트 모듈에서 그룹연동 부분 설정 지워지지 않는 버그 수정 by sejin7940
* pr/1399: Update point.admin.controller.php Update point.admin.controller.php Conflicts: modules/point/point.admin.controller.php
This commit is contained in:
commit
fffd534542
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class pointAdminController extends point
|
|||
}
|
||||
|
||||
//if group level is lower than 1, change to 1
|
||||
if($args->{'point_group_'.$group_srl} < 1)
|
||||
if($args->{'point_group_'.$group_srl} && $args->{'point_group_'.$group_srl} < 1)
|
||||
{
|
||||
$args->{'point_group_'.$group_srl} = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue