From 961bc79885e6b71266255e36891ccfbffcc58d94 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 6 Jul 2023 08:42:54 -0600 Subject: [PATCH] Use correct type; no_lang should be boolean --- infolog/inc/class.infolog_widget.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infolog/inc/class.infolog_widget.inc.php b/infolog/inc/class.infolog_widget.inc.php index 83798b7a59..65df71fa2f 100644 --- a/infolog/inc/class.infolog_widget.inc.php +++ b/infolog/inc/class.infolog_widget.inc.php @@ -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, ), ), );