mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Use correct type; no_lang should be boolean
This commit is contained in:
parent
186a7d46dd
commit
961bc79885
@ -54,11 +54,11 @@ class infolog_widget extends Etemplate\Widget\Entry
|
||||
),
|
||||
'__default__' => array(
|
||||
'options' => array(
|
||||
'' => array('id' => '@value[@id]'),
|
||||
'' => array('id' => '@value[@id]'),
|
||||
// Others added automatically in constructor
|
||||
'__default__' => array('type' => 'label', 'options' => ''),
|
||||
),
|
||||
'no_lang' => 1,
|
||||
'no_lang' => true,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user