mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix issue #1362, added a line to reset , because the calling page is expecting new graphs, not appended ones
This commit is contained in:
@ -15,6 +15,7 @@ if($_SESSION['widescreen'])
|
||||
|
||||
$graph_array['to'] = $config['time']['now'];
|
||||
|
||||
$graph_data = array();
|
||||
foreach ($periods as $period)
|
||||
{
|
||||
$graph_array['from'] = $config['time'][$period];
|
||||
|
Reference in New Issue
Block a user