summaryrefslogtreecommitdiffstats
path: root/frontends/php/hostprofiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/hostprofiles.php')
-rw-r--r--frontends/php/hostprofiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hostprofiles.php b/frontends/php/hostprofiles.php
index ee3d4fb3..c7188153 100644
--- a/frontends/php/hostprofiles.php
+++ b/frontends/php/hostprofiles.php
@@ -116,7 +116,7 @@
}
else
{
- $table = new Ctable();
+ $table = new CTableInfo();
$header=array();
$header=array_merge($header,array(S_HOST,S_NAME,S_OS,S_SERIALNO,S_TAG,S_MACADDRESS));