Browse Source

Fix bug in stats/index.phtml

Marien Fressinaud 11 years ago
parent
commit
39d2a26cf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/stats/index.phtml

+ 1 - 1
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>