forked from extern/egroupware
Avoid error about missing placeholder action
This commit is contained in:
parent
e1134224fc
commit
254dab429a
@ -160,6 +160,7 @@ class admin_accesslog
|
|||||||
'csv_fields' => false, // I false=disable csv export, true or unset=enable it with auto-detected fieldnames,
|
'csv_fields' => false, // I false=disable csv export, true or unset=enable it with auto-detected fieldnames,
|
||||||
//or array with name=>label or name=>array('label'=>label,'type'=>type) pairs (type is a eT widget-type)
|
//or array with name=>label or name=>array('label'=>label,'type'=>type) pairs (type is a eT widget-type)
|
||||||
'actions' => $this->get_actions($sessions_list),
|
'actions' => $this->get_actions($sessions_list),
|
||||||
|
'placeholder_actions' => false,
|
||||||
'row_id' => 'sessionid',
|
'row_id' => 'sessionid',
|
||||||
);
|
);
|
||||||
if ((int)$_GET['account_id'])
|
if ((int)$_GET['account_id'])
|
||||||
|
Loading…
Reference in New Issue
Block a user