Fix bug on archiving page

Introduced by ee5bbe4826
pull/748/merge 0.9.2
Marien Fressinaud 10 years ago
parent 105729639b
commit 99763412c2
  1. 2
      app/Controllers/configureController.php

@ -222,7 +222,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
Minz_View::prependTitle(_t('archiving_configuration') . ' · '); Minz_View::prependTitle(_t('archiving_configuration') . ' · ');
$entryDAO = FreshRSS_Factory::createEntryDao('freshrss'); $entryDAO = FreshRSS_Factory::createEntryDao();
$this->view->nb_total = $entryDAO->count(); $this->view->nb_total = $entryDAO->count();
$this->view->size_user = $entryDAO->size(); $this->view->size_user = $entryDAO->size();

Loading…
Cancel
Save