mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix more refactor errors (#14998)
This commit is contained in:
@@ -12,7 +12,7 @@ if (is_numeric($vars['bill_hist_id'])) {
|
||||
} elseif (is_numeric($vars['from'])) {
|
||||
$graph_data = Billing::getBandwidthGraphData($vars['id'], null, $vars['from'], $vars['to'], $vars['imgtype']);
|
||||
} else {
|
||||
Billing::getHistoricTransferGraphData($vars['id']);
|
||||
$graph_data = Billing::getHistoricTransferGraphData($vars['id']);
|
||||
$vars['imgtype'] = 'historical';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user