aboutsummaryrefslogtreecommitdiff
path: root/app/layout
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-12 18:22:41 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-12 18:22:41 +0100
commit58cb842966f437a44f58644439f513b94f9dccac (patch)
tree8c240fbca7b38c69f62c8f7a1607b8eb699e1af6 /app/layout
parentfa92430b1f247ee335a9b8b553c2a622574cae08 (diff)
Suppression multiples requêtes count
Suppression de plusieurs requêtes count inutiles (genre `$entryDAO->countNotRead()` avant un UPDATE), et suppression de l'affichage du nombre d'articles total. Corrige https://github.com/marienfressinaud/FreshRSS/issues/246
Diffstat (limited to 'app/layout')
-rw-r--r--app/layout/aside_flux.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml
index aa1624f69..511bb4564 100644
--- a/app/layout/aside_flux.phtml
+++ b/app/layout/aside_flux.phtml
@@ -15,7 +15,7 @@
<div class="category all">
<a data-unread="<?php echo $this->nb_not_read; ?>" class="btn<?php echo $this->get_c == 'all' ? ' active' : ''; ?>" href="<?php echo _url ('index', 'index'); ?>">
<i class="icon i_all"></i>
- <?php echo Translate::t ('all_feeds', $this->nb_total); ?>
+ <?php echo Translate::t ('all_feeds'); ?>
</a>
</div>
</li>