From d71d5ba4b52ccc6774bce486e8eb5e405f4cebc1 Mon Sep 17 00:00:00 2001 From: akasima Date: Fri, 9 May 2014 11:00:11 +0900 Subject: [PATCH] =?UTF-8?q?#693=20=EB=8C=93=EA=B8=80=20=EC=8A=B9=EC=9D=B8?= =?UTF-8?q?=20=EC=9D=B4=EB=A9=94=EC=9D=BC=20=EB=B0=9C=EC=86=A1=EC=8B=9C=20?= =?UTF-8?q?module=20=EA=B2=BD=EB=A1=9C=20=EB=AC=B8=EC=A0=9C=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/comment/comment.controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index 5c2d30043..54494e098 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -523,8 +523,8 @@ class commentController extends comment $url_comment = getFullUrl('','document_srl',$obj->document_srl).'#comment_'.$obj->comment_srl; if($using_validation) { - $url_approve = getFullUrl('', 'module', 'comment', 'act', 'procCommentAdminChangePublishedStatusChecked', 'cart[]', $obj->comment_srl, 'will_publish', '1', 'search_target', 'is_published', 'search_keyword', 'N'); - $url_trash = getFullUrl('', 'module', 'comment', 'act', 'procCommentAdminDeleteChecked', 'cart[]', $obj->comment_srl, 'search_target', 'is_trash', 'search_keyword', 'true'); + $url_approve = getFullUrl('', 'module', 'admin', 'act', 'procCommentAdminChangePublishedStatusChecked', 'cart[]', $obj->comment_srl, 'will_publish', '1', 'search_target', 'is_published', 'search_keyword', 'N'); + $url_trash = getFullUrl('', 'module', 'admin', 'act', 'procCommentAdminDeleteChecked', 'cart[]', $obj->comment_srl, 'search_target', 'is_trash', 'search_keyword', 'true'); $mail_content = " A new comment on the document \"" . $oDocument->getTitleText() . "\" is waiting for your approval.