mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Fix MySQL create table feeds (#2047)
https://github.com/FreshRSS/FreshRSS/issues/2042
This commit is contained in:
committed by
GitHub
parent
8221c807a1
commit
c8b54ae807
@@ -166,7 +166,7 @@ class FreshRSS_user_Controller extends Minz_ActionController {
|
||||
$entryDAO = FreshRSS_Factory::createEntryDao($this->view->current_user);
|
||||
$this->view->nb_articles = $entryDAO->count();
|
||||
|
||||
$databaseDAO = FreshRSS_Factory::createDatabaseDAO();
|
||||
$databaseDAO = FreshRSS_Factory::createDatabaseDAO($this->view->current_user);
|
||||
$this->view->size_user = $databaseDAO->size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user