From 51527db42e6bca1fcc8452583cbcb2b2d63573b4 Mon Sep 17 00:00:00 2001 From: SIR Date: Thu, 10 Jul 2014 09:35:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20bO=5Fread=5Flevel=20?= =?UTF-8?q?=EC=9D=84=20bo=5Fread=5Flevel=20=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }