Fix More... URL for featured user section
This commit is contained in:
parent
b9fc7334a8
commit
3db9c134a0
|
@ -86,4 +86,9 @@ class FeaturedUsersSection extends ProfileSection
|
|||
{
|
||||
return 'featured_users';
|
||||
}
|
||||
|
||||
function moreUrl()
|
||||
{
|
||||
return common_local_url('featured');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user