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