Improves on Manage Content view
This commit is contained in:
parent
0de1f00d29
commit
f2c59ee70b
|
@ -21,7 +21,7 @@
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
// List of published pages
|
// List of published pages
|
||||||
$onlyPublished = false;
|
$onlyPublished = true;
|
||||||
$amountOfItems = ITEMS_PER_PAGE_ADMIN;
|
$amountOfItems = ITEMS_PER_PAGE_ADMIN;
|
||||||
$pageNumber = $Url->pageNumber();
|
$pageNumber = $Url->pageNumber();
|
||||||
$published = $dbPages->getList($pageNumber, $amountOfItems, $onlyPublished);
|
$published = $dbPages->getList($pageNumber, $amountOfItems, $onlyPublished);
|
||||||
|
|
Loading…
Reference in New Issue