summaryrefslogtreecommitdiffstats
path: root/lib/class/stats.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stats.class.php')
-rw-r--r--lib/class/stats.class.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php
index 6add04c5..9847da39 100644
--- a/lib/class/stats.class.php
+++ b/lib/class/stats.class.php
@@ -179,7 +179,6 @@ class Stats {
while ($r = Dba::fetch_row($db_results)) {
$object = new $object_name($r['0']);
- $object->format();
$items[] = $object;
} // end while results
@@ -187,5 +186,5 @@ class Stats {
} // get_newest
-} //Stats class
+} // Stats class
?>