Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 11, 2024
1 parent fb5c270 commit bf6d524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/videos.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
TimeLogEnd($timeLogName, __LINE__, $TimeLogLimit);
$obj = new stdClass();
$obj->users_id = User::getId();
$obj->showAll = @$_REQUEST['showAll'];
$obj->catName = @$_REQUEST['catName'];
$obj->current = getCurrentPage();
$obj->rowCount = getRowCount();
$obj->total = $total;
Expand Down

0 comments on commit bf6d524

Please sign in to comment.