1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fixed sort order on rolling log.

This commit is contained in:
Cameron 2014-10-22 21:20:40 -07:00
parent 71272ae922
commit 76da16d1f2

View File

@ -690,7 +690,8 @@ class dblog_ui extends e_admin_ui
protected $pluginName = 'adminlog';
protected $table = 'dblog';
protected $pid = 'dblog_id';
protected $perPage = 10;
protected $perPage = 15;
protected $listOrder = 'dblog_id desc';
protected $fields = array (
// 'checkboxes' => array ( 'title' => '', 'type' => null, 'data' => null, 'width' => '5%', 'thclass' => 'center', 'forced' => '1', 'class' => 'center', 'toggle' => 'e-multiselect', ),