Marien Fressinaud 11 лет назад
Родитель
Сommit
39d2a26cf0
1 измененных файлов с 1 добавлено и 1 удалено
  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>