mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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…
x
Reference in New Issue
Block a user