Unlimited comments issue in admin area fixed

This commit is contained in:
Saqib Razzaq 2015-11-05 12:58:53 +00:00
parent e8da2e6ce9
commit b11b8483dd

View file

@ -219,7 +219,7 @@ $videos = get_videos($result_array);
Assign('videos', $videos);
$comment_cond['limit'] = 10;
$comments = getComments($comment_cond);
assign("comments",$comments);