stanley-king před 7 roky
rodič
revize
7646b6de20
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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');