diff --git a/modules/tccommentnotify/ReleaseNote b/modules/tccommentnotify/ReleaseNote index 8d9fab0a6..c82be839d 100644 --- a/modules/tccommentnotify/ReleaseNote +++ b/modules/tccommentnotify/ReleaseNote @@ -1,3 +1,4 @@ +2008.06.26 v0.2.0 본문에 대한 댓글알림 추가- 기본패키지에 추가 2008.06.18 v0.1.3 queue에서 잘 안 빠지는 문제 수정 2008.06.18 v0.1.2 page module로 들어오는 noti가 반영이 안되는 문제 수정 2008.06.17 v0.1.1 tag strip안되는 문제 수정 diff --git a/modules/tccommentnotify/conf/info.xml b/modules/tccommentnotify/conf/info.xml index baace56ac..50fab0a13 100644 --- a/modules/tccommentnotify/conf/info.xml +++ b/modules/tccommentnotify/conf/info.xml @@ -4,8 +4,8 @@ Comment Notifier haneul - haneul + haneul 댓글알리미 모듈입니다. - Comment Notifier will tell you when there's a new comment + Comment Notifier will tell you when there's a new comment diff --git a/modules/tccommentnotify/tccommentnotify.controller.php b/modules/tccommentnotify/tccommentnotify.controller.php index 9013866a6..dd6c47f39 100644 --- a/modules/tccommentnotify/tccommentnotify.controller.php +++ b/modules/tccommentnotify/tccommentnotify.controller.php @@ -257,7 +257,7 @@ $oReq->addPostData('r2_body', strip_tags($oChild->get('content'))); - $oReq->sendRequest(true); + $oReq->sendRequest(false); $code = $oReq->getResponseCode(); return $code; }