|
@@ -291,7 +291,7 @@ class member_ugcControl extends specialControl
|
|
|
{
|
|
|
$mod_comment = Model('ugc_comment');
|
|
|
$count = $mod_comment->comment_counts($special_id,$comment_id);
|
|
|
- $items = $mod_comment->getSubCommentList($special_id,'comment_id',10,$count);
|
|
|
+ $items = $mod_comment->getSubCommentList($special_id,'comment_id',$this->page_size(),$count);
|
|
|
$pages = $mod_comment->gettotalpage();
|
|
|
|
|
|
$mod = Model('ugc_comment');
|