diff --git a/bbs/write_update.php b/bbs/write_update.php index d2b8a9fd3..e8beab91b 100644 --- a/bbs/write_update.php +++ b/bbs/write_update.php @@ -478,7 +478,7 @@ if ($w == '' || $w == 'r') { } // 게시판그룹접근사용을 하지 않아야 하고 비회원 글읽기가 가능해야 하며 비밀글이 아니어야 합니다. -if (!$group['gr_use_access'] && $board['bO_read_level'] < 2 && !$secret) { +if (!$group['gr_use_access'] && $board['bo_read_level'] < 2 && !$secret) { naver_syndi_ping($bo_table, $wr_id); }