mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
committed by
Alexandre Alapetite
parent
ac3e38359b
commit
4be15d5b40
@@ -137,6 +137,8 @@ class FreshRSS_user_Controller extends Minz_ActionController {
|
||||
|
||||
$this->view->current_user = Minz_Request::param('u');
|
||||
|
||||
$this->view->nb_articles = 0;
|
||||
$this->view->size_user = 0;
|
||||
if ($this->view->current_user) {
|
||||
// Get information about the current user.
|
||||
$entryDAO = FreshRSS_Factory::createEntryDao($this->view->current_user);
|
||||
|
||||
Reference in New Issue
Block a user