stanley-king преди 7 години
родител
ревизия
7646b6de20
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mobile/control/member_ugc.php

+ 1 - 1
mobile/control/member_ugc.php

@@ -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');