summaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
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-11-04 13:39:17 +0100
commit0b7af8f8719f698b67e31b5a84fa19b0f20c0590 (patch)
tree1c2bf7e0c4734d03a60a82c1b0b62962d97e3e9e /app/Controllers/configureController.php
parentba7d63e5cac1c98e28dc831112bc21dbd76aebbb (diff)
Fix bug on archiving page
Introduced by https://github.com/FreshRSS/FreshRSS/commit/ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502
Diffstat (limited to 'app/Controllers/configureController.php')
-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();