mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c479c8cb23
commit
27d176f9ec
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif 댓글의 추천을 처리하는 action (Up)
|
||||
* @brief 댓글의 추천을 처리하는 action (Up)
|
||||
**/
|
||||
function procCommentVoteUp() {
|
||||
$comment_srl = Context::get('target_srl');
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif 댓글의 추천을 처리하는 action (Down)
|
||||
* @brief 댓글의 추천을 처리하는 action (Down)
|
||||
**/
|
||||
function procCommentVoteDown() {
|
||||
$comment_srl = Context::get('target_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue