mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
Fix group elements size in editor mode for metaconsole when set to 0px - #1740
This commit is contained in:
parent
b29271a3c0
commit
2f32b8bab1
@ -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