Преглед на файлове

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