diff options
Diffstat (limited to 'frontends/php/history.php')
| -rw-r--r-- | frontends/php/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/history.php b/frontends/php/history.php index 0678acd5..fc6ada99 100644 --- a/frontends/php/history.php +++ b/frontends/php/history.php @@ -267,7 +267,7 @@ if($_REQUEST["action"]=="showlatest") { - $table = new Ctable(); + $table = new CTableInfo(); $item=get_item_by_itemid($_REQUEST["itemid"]); if($item["value_type"]==ITEM_VALUE_TYPE_LOG) |
