mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
회원 모듈의 기능 설정시 '모듈 업데이트' 가 나오는 문제 수정
$config->agreement 도 같이 저장되는 것이 원인이였음
This commit is contained in:
parent
0fecc87141
commit
b2d9a43bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ class memberAdminController extends member
|
|||
|
||||
public function procMemberAdminInsertFeaturesConfig()
|
||||
{
|
||||
$config = getModel('member')->getMemberConfig();
|
||||
$config = new stdClass;
|
||||
$config->features = array();
|
||||
|
||||
$args = Context::gets(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue