diff --git a/infolog/inc/class.infolog_widget.inc.php b/infolog/inc/class.infolog_widget.inc.php index 83798b7a59..87dfb68285 100644 --- a/infolog/inc/class.infolog_widget.inc.php +++ b/infolog/inc/class.infolog_widget.inc.php @@ -54,11 +54,10 @@ class infolog_widget extends Etemplate\Widget\Entry ), '__default__' => array( 'options' => array( - '' => array('id' => '@value[@id]'), // Others added automatically in constructor - '__default__' => array('type' => 'label', 'options' => ''), + '__default__' => array('type' => 'label'), ), - 'no_lang' => 1, + 'no_lang' => true, ), ), );