fix graph shown when clicking device overview network traffic graph

git-svn-id: http://www.observium.org/svn/observer/trunk@1746 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans 2010-11-29 10:53:43 +00:00
parent b78caf07c6
commit 03f774376b

View File

@ -28,7 +28,7 @@ if($ports['total']) {
$content .= generate_graph_tag($graph_array);
$content .= "</div>";
$link = $config['base_url'] . "/graphs/" . $graph_array['id'] . "/" . $graph_array['type'] . "/" . $graph_array['day'] . "/" . $config['now'] . "/";
$link = $config['base_url'] . "/graphs/" . $graph_array['id'] . "/" . $graph_array['type'] . "/" . $day . "/" . $config['now'] . "/";
echo(overlib_link($link, $graph, $content, NULL));