오타 bO_read_level 을 bo_read_level 로 수정

This commit is contained in:
SIR
2014-07-10 09:35:13 +09:00
parent c885670079
commit 51527db42e

View File

@ -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);
}