Improves on Manage Content view

This commit is contained in:
Diego Najar 2018-01-21 23:34:57 +01:00
parent 0de1f00d29
commit f2c59ee70b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
// ============================================================================
// List of published pages
$onlyPublished = false;
$onlyPublished = true;
$amountOfItems = ITEMS_PER_PAGE_ADMIN;
$pageNumber = $Url->pageNumber();
$published = $dbPages->getList($pageNumber, $amountOfItems, $onlyPublished);