mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
point 모듈 php 5.4 호환성 개선
This commit is contained in:
parent
11adcfb4fb
commit
31a85815eb
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ class pointController extends point
|
|||
// If there are comment points, attempt to deduct
|
||||
if($comment_point>0) return new Object();
|
||||
// Get all the comments related to this post
|
||||
$cp_args = new stdClass();
|
||||
$cp_args->document_srl = $document_srl;
|
||||
$output = executeQueryArray('point.getCommentUsers', $cp_args);
|
||||
// Return if there is no object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue