fixed typo (custom help-message of the link-widget was ignored)

This commit is contained in:
Ralf Becker 2006-09-27 13:41:51 +00:00
parent 9c4f0acf47
commit b22627c2f2

View File

@ -147,7 +147,7 @@
}
if (!$cell['help'])
{
$cell['help'] = $help;
$cell['help'] = $value['help'];
$cell['no_lang'] = 2;
}
}