mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Issue #5487 Ban caching and ban query fixes. Unit tests added.
This commit is contained in:
@@ -247,7 +247,7 @@ class admin_log_ui extends e_admin_ui
|
||||
$perPage = e107::getConfig()->get('sys_log_perpage');
|
||||
$this->perPage = vartrue($perPage,10);
|
||||
|
||||
$this->prefs['sys_log_perpage']['writeParms'] = array(10=>10, 15=>15, 20=>20, 30=>30, 40=>40, 50=>50);
|
||||
$this->prefs['sys_log_perpage']['writeParms'] = array(10=>10, 15=>15, 20=>20, 30=>30, 40=>40, 50=>50, 75=>75, 100=>100, 250=>250 );
|
||||
|
||||
$this->eventTypes = loadEventTypes('admin_log');
|
||||
|
||||
|
Reference in New Issue
Block a user