회원 모듈의 기능 설정시 '모듈 업데이트' 가 나오는 문제 수정

$config->agreement 도 같이 저장되는 것이 원인이였음
This commit is contained in:
conory 2017-06-24 21:54:23 +09:00
parent 0fecc87141
commit b2d9a43bc9

View file

@ -221,7 +221,7 @@ class memberAdminController extends member
public function procMemberAdminInsertFeaturesConfig()
{
$config = getModel('member')->getMemberConfig();
$config = new stdClass;
$config->features = array();
$args = Context::gets(