mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fixed typo (custom help-message of the link-widget was ignored)
This commit is contained in:
parent
9c4f0acf47
commit
b22627c2f2
@ -147,7 +147,7 @@
|
||||
}
|
||||
if (!$cell['help'])
|
||||
{
|
||||
$cell['help'] = $help;
|
||||
$cell['help'] = $value['help'];
|
||||
$cell['no_lang'] = 2;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user