diff options
| author | 2014-10-30 19:19:09 +0100 | |
|---|---|---|
| committer | 2014-10-30 19:19:09 +0100 | |
| commit | ee5bbe48269a2fd5bc9c175fdb1e5a92a2c04502 (patch) | |
| tree | d3005b8cffa17121c4db09b5248ff104f17a2028 /app | |
| parent | 9478d2f0116be69e08071dd02c0f945c5f78d7e0 (diff) | |
Fix bug size with SQLite
Diffstat (limited to 'app')
| -rwxr-xr-x | app/Controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index cafd0e8a8..deb8cc849 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -225,7 +225,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { Minz_View::prependTitle(_t('archiving_configuration') . ' ยท '); - $entryDAO = FreshRSS_Factory::createEntryDao(); + $entryDAO = FreshRSS_Factory::createEntryDao('freshrss'); $this->view->nb_total = $entryDAO->count(); $this->view->size_user = $entryDAO->size(); |
