Update point.admin.controller.php

This commit is contained in:
sejin7940 2015-04-13 05:02:50 +09:00
parent f29e32a825
commit af7dacf95d

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} && $args->{'point_group_'.$group_srl} < 1)
if($args->{'point_group_'.$group_srl} && $args->{'point_group_'.$group_srl} < 1)
{
$args->{'point_group_'.$group_srl} = 1;
}