카카오톡 링크기능 추가 및 기타 버그 수정

This commit is contained in:
chicpro
2014-07-15 16:59:54 +09:00
parent d9b8d31225
commit 2658dde159
22 changed files with 121 additions and 13 deletions

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