summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 17:21:35 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 17:21:35 +0100
commit99763412c2f49e4e52b5a0343bb465141be76188 (patch)
tree264ad83c8ad762727e72aa97b693f395211e09c2 /app
parent105729639bd06c27536bbdd2968873046278d59f (diff)
Fix bug on archiving page0.9.2
Introduced by https://github.com/FreshRSS/FreshRSS/commit/ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502
Diffstat (limited to 'app')
-rwxr-xr-xapp/Controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index 1c8ac9111..f8d9b47c3 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -222,7 +222,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
Minz_View::prependTitle(_t('archiving_configuration') . ' ยท ');
- $entryDAO = FreshRSS_Factory::createEntryDao('freshrss');
+ $entryDAO = FreshRSS_Factory::createEntryDao();
$this->view->nb_total = $entryDAO->count();
$this->view->size_user = $entryDAO->size();