Fix #1290 함수명을 일괄성있게 고침

This commit is contained in:
BJRambo 2020-05-15 16:06:01 +09:00
parent 7c7727f8d1
commit 2b6d6b9925
5 changed files with 11 additions and 11 deletions

View file

@ -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]))