Fix More... URL for featured user section

This commit is contained in:
Evan Prodromou 2009-02-14 17:53:11 -05:00
parent b9fc7334a8
commit 3db9c134a0
1 changed files with 5 additions and 0 deletions

View File

@ -86,4 +86,9 @@ class FeaturedUsersSection extends ProfileSection
{
return 'featured_users';
}
function moreUrl()
{
return common_local_url('featured');
}
}