mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
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,
|
||||
//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),
|
||||
'placeholder_actions' => false,
|
||||
'row_id' => 'sessionid',
|
||||
);
|
||||
if ((int)$_GET['account_id'])
|
||||
|
Loading…
Reference in New Issue
Block a user