Unlimited comments issue in admin area fixed
This commit is contained in:
parent
e8da2e6ce9
commit
b11b8483dd
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ $videos = get_videos($result_array);
|
|||
|
||||
Assign('videos', $videos);
|
||||
|
||||
|
||||
$comment_cond['limit'] = 10;
|
||||
$comments = getComments($comment_cond);
|
||||
assign("comments",$comments);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue