|
@@ -87,7 +87,7 @@ class comments
|
|
|
$result['addtime'] = $comment['addtime'];
|
|
|
$result['user_id'] = $comment['user_id'];
|
|
|
$result['response_id'] = $comment['response_id'];
|
|
|
-
|
|
|
+
|
|
|
$comment_id = intval($comment['comment_id']);
|
|
|
$supporter = new special_support($this->special_id,$comment_id);
|
|
|
$result['supported'] = $supporter->supported();
|