point 모듈 php 5.4 호환성 개선

This commit is contained in:
YJSoft 2014-04-14 14:59:50 +09:00
parent 11adcfb4fb
commit 31a85815eb

View file

@ -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