Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/5678#issuecomment-919201001
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Sep 14, 2021
1 parent 229196d commit 44bffab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/Gallery/view/mainAreaCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<!-- mainAreaCategory -->
<div class="col-sm-12" style="z-index: 1;">
<?php
$_REQUEST['rowCount'] = $obj->CategoriesRowCount * 3;
$_GET['catName'] = $currentCat['clean_name'];
$total = Video::getTotalVideos("viewableNotUnlisted", false, !$obj->hidePrivateVideos);
$totalPages = ceil($total / getRowCount());
Expand Down

0 comments on commit 44bffab

Please sign in to comment.