mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
Fix #1290 함수명을 일괄성있게 고침
This commit is contained in:
parent
7c7727f8d1
commit
2b6d6b9925
5 changed files with 11 additions and 11 deletions
|
|
@ -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