summaryrefslogtreecommitdiffstats
path: root/frontends/php/report3.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/report3.php')
-rw-r--r--frontends/php/report3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/report3.php b/frontends/php/report3.php
index af17df35..0d787beb 100644
--- a/frontends/php/report3.php
+++ b/frontends/php/report3.php
@@ -78,7 +78,7 @@
?>
<?php
- $table = new Ctable();
+ $table = new CTableInfo();
if($_REQUEST["period"]=="yearly")
{
$table->setHeader(array(S_YEAR,S_OK,S_PROBLEMS,S_PERCENTAGE,S_SLA));