Fixed the image for the 'simple_graph' in the enterprise pdf reports.
This commit is contained in:
parent
1a035873dc
commit
def5a597a2
|
@ -3859,7 +3859,11 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
|||
false,
|
||||
$only_avg,
|
||||
false,
|
||||
$report["datetime"], $only_image, $urlImage);
|
||||
$report["datetime"],
|
||||
$only_image,
|
||||
$urlImage,
|
||||
"",
|
||||
$ttl);
|
||||
|
||||
}
|
||||
else {
|
||||
|
@ -3887,7 +3891,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
|||
true,
|
||||
$only_image,
|
||||
ui_get_full_url(false, false, false, false),
|
||||
1,
|
||||
$ttl,
|
||||
false,
|
||||
'',
|
||||
$time_compare_overlapped,
|
||||
|
|
Loading…
Reference in New Issue