mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
Fix #1290 함수명을 일괄성있게 고침
This commit is contained in:
parent
7c7727f8d1
commit
2b6d6b9925
5 changed files with 11 additions and 11 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue