Error Changing image for group item in visual console - #47
This commit is contained in:
parent
fc28d720bd
commit
333dcbaae5
|
@ -503,6 +503,9 @@ switch ($action) {
|
|||
break;
|
||||
case 'group_item':
|
||||
$values['id_group'] = $id_group;
|
||||
$values['height'] = $height;
|
||||
$values['width'] = $width;
|
||||
$values['image'] = $image;
|
||||
break;
|
||||
case 'module_graph':
|
||||
if ($height_module_graph !== null) {
|
||||
|
|
Loading…
Reference in New Issue