mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Update point.admin.controller.php
This commit is contained in:
parent
b83bf58e41
commit
f29e32a825
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,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