diff --git a/objects/videos.json.php b/objects/videos.json.php index 9a9ac2edc89f..c82c68ac700d 100644 --- a/objects/videos.json.php +++ b/objects/videos.json.php @@ -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;