فهرست منبع

Fix bug in stats/index.phtml

Marien Fressinaud 11 سال پیش
والد
کامیت
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>
 				<tr>
 				<tr>
 					<th><?php echo _t('status_read'); ?></th>
 					<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>
 					<td class="numeric"><?php echo format_number($this->repartition['all_feeds']['read']); ?></td>
 				</tr>
 				</tr>
 				<tr>
 				<tr>