From b22627c2f2f0eae53ba242eb2f605a3c4b0e7fb0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 27 Sep 2006 13:41:51 +0000 Subject: [PATCH] fixed typo (custom help-message of the link-widget was ignored) --- etemplate/inc/class.link_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.link_widget.inc.php b/etemplate/inc/class.link_widget.inc.php index d4b7b4006e..7634eee9c6 100644 --- a/etemplate/inc/class.link_widget.inc.php +++ b/etemplate/inc/class.link_widget.inc.php @@ -147,7 +147,7 @@ } if (!$cell['help']) { - $cell['help'] = $help; + $cell['help'] = $value['help']; $cell['no_lang'] = 2; } }