Merge branch 'ent-2102-graph-error' into 'develop'

Ent 2102 - Error SQL Graphs meta

See merge request artica/pandorafms!1416
This commit is contained in:
vgilc 2018-04-17 16:22:19 +02:00
commit d0458e0194
1 changed files with 2 additions and 2 deletions

View File

@ -3986,7 +3986,7 @@ function graph_custom_sql_graph ($id, $width, $height,
$config['font_size'],
"",
$ttl,
$config['homeurl'],
$homeurl,
"white",
false,
false,
@ -4010,7 +4010,7 @@ function graph_custom_sql_graph ($id, $width, $height,
$config['font_size'],
false,
$ttl,
$config['homeurl'],
$homeurl,
'white',
'black'
);