mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Merge pull request #1769 from dewekk/fix-memberconfig
회원 설정 - 기능 설정 저장 안되는 문제 고침
This commit is contained in:
commit
46dbf0be99
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class memberModel extends member
|
|||
$config->password_change_invalidate_other_sessions = $config->password_change_invalidate_other_sessions ?? 'N';
|
||||
|
||||
// Set features config
|
||||
$config->features = array();
|
||||
if(!isset($config->features)) $config->features = array();
|
||||
$config->features['scrapped_documents'] = $config->features['scrapped_documents'] ?? true;
|
||||
$config->features['saved_documents'] = $config->features['saved_documents'] ?? true;
|
||||
$config->features['my_documents'] = $config->features['my_documents'] ?? true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue