mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix #1290 함수명을 일괄성있게 고침
This commit is contained in:
parent
7c7727f8d1
commit
2b6d6b9925
5 changed files with 11 additions and 11 deletions
|
|
@ -315,7 +315,7 @@ class commentItem extends BaseObject
|
|||
return escape($this->get('nick_name'), false);
|
||||
}
|
||||
|
||||
function getVote()
|
||||
function getMyVote()
|
||||
{
|
||||
if(!$this->comment_srl) return false;
|
||||
if(isset($_SESSION['voted_comment'][$this->comment_srl]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue