Profile::getOwnedTags -> Profile::getLists, first argument is the current user, or the user accessing the lists.
This commit is contained in:
@@ -51,7 +51,7 @@ class ListsNav extends Menu
|
||||
|
||||
$user = common_current_user();
|
||||
|
||||
$this->lists = $profile->getOwnedTags($user);
|
||||
$this->lists = $profile->getLists($user);
|
||||
}
|
||||
|
||||
function show()
|
||||
|
Reference in New Issue
Block a user