mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
88b5079869
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user