Profile::getOwnedTags -> Profile::getLists, first argument is the current user, or the user accessing the lists.

This commit is contained in:
Shashi Gowda
2011-04-15 18:21:47 +05:30
parent abcfde4d7d
commit b78e5de474
6 changed files with 59 additions and 68 deletions

View File

@@ -51,7 +51,7 @@ class ListsNav extends Menu
$user = common_current_user();
$this->lists = $profile->getOwnedTags($user);
$this->lists = $profile->getLists($user);
}
function show()