aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/stats/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml
index c75810850..1300cb2c7 100644
--- a/app/views/stats/index.phtml
+++ b/app/views/stats/index.phtml
@@ -23,7 +23,7 @@
</tr>
<tr>
<th><?php echo _t('status_read'); ?></th>
- <td class="numeric"><?php echo FreshRSS_Context::$conf($this->repartition['main_stream']['read']); ?></td>
+ <td class="numeric"><?php echo format_number($this->repartition['main_stream']['read']); ?></td>
<td class="numeric"><?php echo format_number($this->repartition['all_feeds']['read']); ?></td>
</tr>
<tr>