mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +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())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@ class documentModel extends document
|
|||
|
||||
$oModuleModel = getModel('module');
|
||||
$document_config = $oModuleModel->getModulePartConfig('document',$module_srl);
|
||||
$oDocumentisVoted = $oDocument->getVoted();
|
||||
$oDocumentisVoted = $oDocument->getMyVote();
|
||||
if($document_config->use_vote_up!='N' && $member_srl!=$this->user->member_srl)
|
||||
{
|
||||
if($oDocumentisVoted === false || $oDocumentisVoted < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue