forked from extern/egroupware
dont store or overwrite with empty labels
This commit is contained in:
parent
c6c40022df
commit
15fc8323e6
@ -1360,7 +1360,7 @@ abstract class admin_cmd
|
||||
if (!empty($widget->id))
|
||||
{
|
||||
if (!empty($widget->attrs['label'])) $label = $widget->attrs['label'];
|
||||
$labels[$widget->id] = $label;
|
||||
if (!empty($label)) $labels[$widget->id] = $label;
|
||||
$label = null;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user