1
0
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:
Cameron 2018-07-28 16:22:46 -07:00
parent 64d821a2d1
commit 6ee75cd456

View File

@ -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')
{