forked from GNUsocial/gnu-social
Require Profile for Profile->getLists
This commit is contained in:
@@ -49,9 +49,7 @@ class ListsNav extends MoreMenu
|
||||
parent::__construct($out);
|
||||
$this->profile = $profile;
|
||||
|
||||
$user = common_current_user();
|
||||
|
||||
$this->lists = $profile->getLists($user);
|
||||
$this->lists = $profile->getLists(Profile::current());
|
||||
}
|
||||
|
||||
function tag()
|
||||
|
Reference in New Issue
Block a user