fix: 회원/게시판 추가 시시 Undefined array key 다수 발생 현상 수정

This commit is contained in:
chym1217
2025-09-09 09:36:42 +09:00
parent ef364e1430
commit 8a1f350d67
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,8 @@ if ($w == '') {
$mb['mb_sms'] = 1;
$mb['mb_open'] = 1;
$mb['mb_level'] = $config['cf_register_level'];
$mb['mb_marketing_agree'] = 0;
$mb['mb_thirdparty_agree'] = 0;
$mb['mb_board_post'] = 1;
$mb['mb_board_reply'] = 1;
$mb['mb_board_comment'] = 1;