mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fixes #3188 - Custom Pages admin area - items per page pref now respected.
This commit is contained in:
@@ -642,6 +642,7 @@ class page_admin_ui extends e_admin_ui
|
|||||||
|
|
||||||
$mode = $this->getMode();
|
$mode = $this->getMode();
|
||||||
|
|
||||||
|
$this->perPage = (int) e107::pref('core','admin_page_perpage', 10);
|
||||||
|
|
||||||
if($mode !== 'menu')
|
if($mode !== 'menu')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user