Update point.admin.controller.php

This commit is contained in:
sejin7940 2015-04-12 23:25:38 +09:00
parent b83bf58e41
commit f29e32a825

View file

@ -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;
}