fix: 회원/게시판 추가 시시 Undefined array key 다수 발생 현상 수정
This commit is contained in:
@ -136,6 +136,7 @@ $board_default = array(
|
||||
'bo_mobile_content_tail'=>'',
|
||||
'bo_insert_content'=>'',
|
||||
'bo_sort_field'=>'',
|
||||
'bo_use_kakaotalk'=>0,
|
||||
);
|
||||
|
||||
for ($i = 0; $i <= 10; $i++) {
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user