diff --git a/bbs/write_comment_update.php b/bbs/write_comment_update.php index 32ff0adb7..1978b0c0b 100644 --- a/bbs/write_comment_update.php +++ b/bbs/write_comment_update.php @@ -45,7 +45,7 @@ if (empty($wr['wr_id'])) // 이 옵션을 사용 안 함으로 설정할 경우 어떤 스크립트도 실행 되지 않습니다. //if (!trim($_POST["wr_content"])) die ("내용을 입력하여 주십시오."); -if ($is_admin) +if ($member[mb_id]) { $mb_id = $member['mb_id']; // 4.00.13 - 실명 사용일때 코멘트에 별명으로 입력되던 오류를 수정