diff --git a/html/pages/device/overview/ports.inc.php b/html/pages/device/overview/ports.inc.php index 8b9628960..eba7f0e0e 100644 --- a/html/pages/device/overview/ports.inc.php +++ b/html/pages/device/overview/ports.inc.php @@ -28,7 +28,7 @@ if($ports['total']) { $content .= generate_graph_tag($graph_array); $content .= ""; - $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));