Fix more refactor errors (#14998)

This commit is contained in:
Tony Murray
2023-04-23 20:33:50 -05:00
committed by GitHub
parent 2271e29e03
commit e1b6fd0165
2 changed files with 2 additions and 2 deletions

View File

@@ -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';
}