mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
tab 맞춤
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4196 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
31651eb40b
commit
5baf002551
5 changed files with 37 additions and 37 deletions
|
|
@ -425,9 +425,9 @@
|
|||
// 세션 정보에 남김
|
||||
$_SESSION['voted_document'][$document_srl] = true;
|
||||
|
||||
$obj->member_srl = $oDocument->get('member_srl');
|
||||
$obj->module_srl = $oDocument->get('module_srl');
|
||||
$obj->point = $point;
|
||||
$obj->member_srl = $oDocument->get('member_srl');
|
||||
$obj->module_srl = $oDocument->get('module_srl');
|
||||
$obj->point = $point;
|
||||
$output = ModuleHandler::triggerCall('document.updateVotedCount', 'after', $obj);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue