Error Changing image for group item in visual console - #47

This commit is contained in:
enriquecd 2017-02-06 11:58:30 +01:00
parent fc28d720bd
commit 333dcbaae5
1 changed files with 3 additions and 0 deletions

View File

@ -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) {