mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@166 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82734fa4f0
commit
4240a96dda
2 changed files with 8 additions and 8 deletions
|
|
@ -168,7 +168,7 @@
|
|||
/**
|
||||
* @brief 댓글의 답글 화면 출력
|
||||
**/
|
||||
function dispCommentReply() {
|
||||
function dispReplyComment() {
|
||||
// 권한 체크
|
||||
if(!$this->grant->write_comment) return $this->dispMessage('msg_not_permitted');
|
||||
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
/**
|
||||
* @brief 댓글 수정 폼 출력
|
||||
**/
|
||||
function dispCommentModify() {
|
||||
function dispModifyComment() {
|
||||
// 권한 체크
|
||||
if(!$this->grant->write_comment) return $this->dispMessage('msg_not_permitted');
|
||||
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
/**
|
||||
* @brief 댓글 삭제 화면 출력
|
||||
**/
|
||||
function dispCommentDelete() {
|
||||
function dispDeleteComment() {
|
||||
// 권한 체크
|
||||
if(!$this->grant->write_comment) return $this->dispMessage('msg_not_permitted');
|
||||
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
/**
|
||||
* @brief 엮인글 삭제 화면 출력
|
||||
**/
|
||||
function dispTrackbackDelete() {
|
||||
function dispDeleteTrackback() {
|
||||
// 삭제할 댓글번호를 가져온다
|
||||
$trackback_srl = Context::get('trackback_srl');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue