mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch '1740-Iconos-de-grupos-aumentan-de-tamaño-en-consola-visuales-de-meta' into 'develop'
Fix group elements size in editor mode for metaconsole when set to 0px - #1740 See merge request artica/pandorafms!1241
This commit is contained in:
commit
d82ce632bd
@ -1644,7 +1644,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
||||
$imgpos = 'float:left';
|
||||
}
|
||||
|
||||
$varsize = getimagesize($img);
|
||||
$varsize = getimagesize($config['homedir'] . '/' . $img);
|
||||
|
||||
|
||||
if($layoutData['show_statistics'] == 1){
|
||||
|
Loading…
x
Reference in New Issue
Block a user