diff options
Diffstat (limited to 'frontends/php/tr_status.php')
| -rw-r--r-- | frontends/php/tr_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index 29f99cd2..db8b392e 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -414,7 +414,7 @@ // show_table_header("<A HREF=\"tr_status.php?onlytrue=$onlytrue&noactions=$noactions&compact=$compact&fullscreen=1&sort=$sort\">".S_TRIGGERS_BIG." $time</A>"); } - $table = new Ctable(); + $table = new CTableInfo(); $header=array(); echo "<TR ALIGN=CENTER BGCOLOR=\"#CCCCCC\">"; |
