From 19ccd9169a85c9e88f87032bbc4ca4e6c08aeee5 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 9 Jan 2013 16:41:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EB=8C=93=EA=B8=80=EB=8B=AC=EA=B8=B0=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20#117=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write_comment_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/write_comment_update.php b/bbs/write_comment_update.php index cfcca72a9..39430f49d 100644 --- a/bbs/write_comment_update.php +++ b/bbs/write_comment_update.php @@ -219,7 +219,7 @@ if ($w == 'c') // 코멘트 입력 $subject = $board[bo_subject].' 게시판에 '.$str.'글이 올라왔습니다.'; // 4.00.15 - 메일로 보내는 코멘트의 바로가기 링크 수정 - $link_url = $g4['url']"./."$g4['bbs']"./board.php?bo_table=".$bo_table."&wr_id=".$wr_id."&".$qstr."#c_".$comment_id; + $link_url = $g4['url']."/".$g4['bbs']."/board.php?bo_table=".$bo_table."&wr_id=".$wr_id."&".$qstr."#c_".$comment_id; include_once($g4['path'].'/lib/mailer.lib.php');