diff options
Diffstat (limited to 'frontends/php/chart.php')
| -rw-r--r-- | frontends/php/chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart.php b/frontends/php/chart.php index 188f0589..7806f83f 100644 --- a/frontends/php/chart.php +++ b/frontends/php/chart.php @@ -57,7 +57,7 @@ include_once "include/page_header.php"; access_deny(); } - $graph = new Graph(); + $graph = new Chart(); if(isset($_REQUEST["period"])) $graph->SetPeriod($_REQUEST["period"]); if(isset($_REQUEST["from"])) $graph->SetFrom($_REQUEST["from"]); |
