Merge branch '670-group_icon_disappears_in_vs' into 'pandora_6.0'

Fixed lost group icon in vs

See merge request !358
This commit is contained in:
vgilc 2017-05-16 13:16:55 +02:00
commit 88b5079869

View File

@ -508,7 +508,9 @@ switch ($action) {
$values['id_group'] = $id_group;
$values['height'] = $height;
$values['width'] = $width;
$values['image'] = $image;
if ($action == 'update') {
$values['image'] = $image;
}
break;
case 'module_graph':
if ($height_module_graph !== null) {