오타 bO_read_level 을 bo_read_level 로 수정
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user