From: Evan Prodromou Date: Sat, 14 Feb 2009 22:53:11 +0000 (-0500) Subject: Fix More... URL for featured user section X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3db9c134a052b906c8c9cff946e63ee28457ce1b;p=quix0rs-gnu-social.git Fix More... URL for featured user section --- diff --git a/lib/featureduserssection.php b/lib/featureduserssection.php index 2935d83630..aed94b1a55 100644 --- a/lib/featureduserssection.php +++ b/lib/featureduserssection.php @@ -86,4 +86,9 @@ class FeaturedUsersSection extends ProfileSection { return 'featured_users'; } + + function moreUrl() + { + return common_local_url('featured'); + } }