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

@ -476,7 +476,7 @@ class documentItem extends BaseObject
return $cut_size ? cut_str($this->get('title'), $cut_size, $tail) : $this->get('title');
}
function getVoted()
function getMyVote()
{
if(!$this->isExists())
{