diff options
Diffstat (limited to 'frontends/php/audit.php')
| -rw-r--r-- | frontends/php/audit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/audit.php b/frontends/php/audit.php index 82cbaa32..a6f6abbb 100644 --- a/frontends/php/audit.php +++ b/frontends/php/audit.php @@ -87,7 +87,7 @@ } $result=DBselect($sql); - $table = new Ctable(); + $table = new CTableInfo(); $table->setHeader(array(S_TIME,S_USER,S_RESOURCE,S_ACTION,S_DETAILS)); $i=0; while($row=DBfetch($result)) |
