fix Unsupported operand types error: no stati available for a custom type

Currently stati are not saved for custom types, need to be fixed
This commit is contained in:
Ralf Becker 2019-04-23 12:43:10 +02:00
parent 983bf15041
commit ff69b8abd7

View File

@ -2170,7 +2170,7 @@ class infolog_ui
'Pr' => $this->bo->enums['priority'],
'Ow' => 'select-account',
//'Ac', // info_access: private||public
'St' => $this->bo->status[$content['info_type']]+array('deleted' => 'deleted'),
'St' => (array)$this->bo->status[$content['info_type']]+array('deleted' => 'deleted'),
'Pe' => 'select-percent',
'Co' => 'date-time',
'st' => 'date-time',