Merge branch '87-sale-una-imagen-corrupta-en-informe-top-n' into 'develop'

Change url and params on hbar_graph, now show grpah in html and pdf - #87

See merge request !231
This commit is contained in:
Enrique Camargo 2017-03-06 14:08:51 +01:00
commit 963aedb577
1 changed files with 3 additions and 3 deletions

View File

@ -1221,14 +1221,14 @@ function reporting_event_top_n($report, $content, $type = 'dinamic',
array(),
"",
"",
true,
ui_get_full_url(false, true, false, false) . '/',
false,
false,
$config['homedir'] . "/images/logo_vertical_water.png",
$config['fontpath'],
$config['font_size'],
true,
$ttl,
true);
$config['homeurl']);
}
$return['resume'] = null;