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…
Reference in New Issue