mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed include_once in DonutGraph
Former-commit-id: 20c76457cabdc1cf78fc77c2218d025543d4607e
This commit is contained in:
parent
b6d6b05ddb
commit
3d2bcb3495
@ -99,7 +99,7 @@ final class DonutGraph extends Item
|
|||||||
|
|
||||||
// Load side libraries.
|
// Load side libraries.
|
||||||
global $config;
|
global $config;
|
||||||
include_once $config['homedir'].'/include/functions_graph.php';
|
include_once $config['homedir'].'/include/functions_visual_map.php';
|
||||||
|
|
||||||
// Extract needed properties.
|
// Extract needed properties.
|
||||||
$legendBackGroundColor = static::extractLegendBackgroundColor($data);
|
$legendBackGroundColor = static::extractLegendBackgroundColor($data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user