Merge pull request #644 from Xpress54/devel-54

point 모듈 php 5.4 호환성 개선
This commit is contained in:
akasima 2014-04-14 18:16:18 +09:00
commit 1a1de8ca39

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