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:
Kijin Sung 2015-10-08 14:15:40 +09:00
commit fffd534542

View file

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